diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 12:49:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:28:48 +0200 |
commit | e12ee2eb7ff10ff47be55a8b9a75ed1e61662694 (patch) | |
tree | d44cfdd97afa0e57bceeef9f7b846b6b7ffca9bb /net-analyzer | |
parent | net-analyzer/gsm-receiver: [QA] Add missing python metadata variables (diff) | |
download | gentoo-e12ee2eb7ff10ff47be55a8b9a75ed1e61662694.tar.gz gentoo-e12ee2eb7ff10ff47be55a8b9a75ed1e61662694.tar.bz2 gentoo-e12ee2eb7ff10ff47be55a8b9a75ed1e61662694.zip |
net-analyzer/mk-livestatus: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild | 6 | ||||
-rw-r--r-- | 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 cf5e4f6f6fba..74f333413356 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 733705041a3e..4d0653d1def5 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 |