From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BD84139694 for ; Sun, 23 Apr 2017 11:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCC2E0C63; Sun, 23 Apr 2017 11:29:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 415E4E0C63 for ; Sun, 23 Apr 2017 11:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC3E0341659 for ; Sun, 23 Apr 2017 11:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A98744E for ; Sun, 23 Apr 2017 11:29:29 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492946928.e12ee2eb7ff10ff47be55a8b9a75ed1e61662694.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mk-livestatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild X-VCS-Directories: net-analyzer/mk-livestatus/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e12ee2eb7ff10ff47be55a8b9a75ed1e61662694 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c844fd36-9dde-4c94-9f50-8fe6d6e662a5 X-Archives-Hash: ff290c9b00489fcab52858b60e1b8050 commit: e12ee2eb7ff10ff47be55a8b9a75ed1e61662694 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:49:03 2017 +0000 Commit: David Seifert gentoo 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