commit: e12ee2eb7ff10ff47be55a8b9a75ed1e61662694
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:49:03 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:28:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12ee2eb
net-analyzer/mk-livestatus: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild | 6 ++++--
net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
index cf5e4f6f6fb..74f33341335 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples nagios4 perl python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="!sys-apps/ucspi-unix:0
perl? (
@@ -27,7 +28,8 @@ RDEPEND="!sys-apps/ucspi-unix:0
>=virtual/perl-Thread-Queue-2.11:0
virtual/perl-Encode:0
dev-perl/JSON-XS:0
- )"
+ )
+ python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
perl? (
dev-perl/Module-Install:0
diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
index 733705041a3..4d0653d1def 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples nagios4 perl python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="!sys-apps/ucspi-unix:0
perl? (
@@ -27,7 +28,8 @@ RDEPEND="!sys-apps/ucspi-unix:0
>=virtual/perl-Thread-Queue-2.11:0
virtual/perl-Encode:0
dev-perl/JSON-XS:0
- )"
+ )
+ python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
perl? (
dev-perl/Module-Install:0