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 A5935139694 for ; Sun, 23 Apr 2017 21:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7427F21C127; Sun, 23 Apr 2017 21:01:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51EC921C127 for ; Sun, 23 Apr 2017 21:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9840341683 for ; Sun, 23 Apr 2017 21:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E8A27447 for ; Sun, 23 Apr 2017 21:01:11 +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: <1492981193.e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vde/vde-2.3.2-r2.ebuild net-misc/vde/vde-2.3.2-r3.ebuild X-VCS-Directories: net-misc/vde/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:11 +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: b262d77f-330c-4bce-9e5d-91ab207c927f X-Archives-Hash: cd7dbeafdfb0cd8a2c91f5f2e0a68261 commit: e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:23:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:59:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432f1db net-misc/vde: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-misc/vde/vde-2.3.2-r2.ebuild | 5 +++-- net-misc/vde/vde-2.3.2-r3.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-misc/vde/vde-2.3.2-r2.ebuild b/net-misc/vde/vde-2.3.2-r2.ebuild index bd9e4ea321f..762afa688bb 100644 --- a/net-misc/vde/vde-2.3.2-r2.ebuild +++ b/net-misc/vde/vde-2.3.2-r2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 user MY_P="${PN}2-${PV}" @@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" - IUSE="pcap python selinux ssl static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPS="pcap? ( net-libs/libpcap ) python? ( ${PYTHON_DEPS} ) diff --git a/net-misc/vde/vde-2.3.2-r3.ebuild b/net-misc/vde/vde-2.3.2-r3.ebuild index f2ebc5ecea5..ad94a85abaf 100644 --- a/net-misc/vde/vde-2.3.2-r3.ebuild +++ b/net-misc/vde/vde-2.3.2-r3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 user MY_P="${PN}2-${PV}" @@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - IUSE="pcap python selinux ssl libressl static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPS="pcap? ( net-libs/libpcap ) python? ( ${PYTHON_DEPS} )