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/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild | |
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/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild')
-rw-r--r-- | net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |