net-analyzer/mk-livestatus: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 10:49:03 +0000 (12:49 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:28:48 +0000 (13:28 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild

index cf5e4f6f6fba8a11f57d40ea25aa3c5b3ef2eb1c..74f33341335605b0ca2ea2b986f8e87b388642f3 100644 (file)
@@ -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
index 733705041a3e2888d8e3c1143af4d8ac08e6342f..4d0653d1def5828796af8fa74f09de5f4d93041b 100644 (file)
@@ -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