diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-21 17:46:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-22 11:28:10 +0200 |
commit | e091ea34f500544506196f149347f147117094b6 (patch) | |
tree | cbecb6e5f14659e219971fb5b00a051a7c39e8e9 /net-libs/openpgm | |
parent | dev-ml/llvm-ocaml: Remove mistaken use of PYTHON_REQUIRED_USE (diff) | |
download | gentoo-e091ea34f500544506196f149347f147117094b6.tar.gz gentoo-e091ea34f500544506196f149347f147117094b6.tar.bz2 gentoo-e091ea34f500544506196f149347f147117094b6.zip |
net-libs/openpgm: Remove mistaken use of PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/openpgm')
-rw-r--r-- | net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/openpgm/openpgm-5.2.122.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild index 9afff1551e09..4fed6c8c659b 100644 --- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild +++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,6 @@ SLOT="0" KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd" IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DEPEND="${PYTHON_DEPS}" S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm" diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild b/net-libs/openpgm/openpgm-5.2.122.ebuild index 4222de5a36b9..b77b082298ef 100644 --- a/net-libs/openpgm/openpgm-5.2.122.ebuild +++ b/net-libs/openpgm/openpgm-5.2.122.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,6 @@ SLOT="0" KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DEPEND="${PYTHON_DEPS}" S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm" |