commit: e091ea34f500544506196f149347f147117094b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 15:46:10 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 09:28:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e091ea34
net-libs/openpgm: Remove mistaken use of PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 4 +---
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 9afff1551e0..4fed6c8c659 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 4222de5a36b..b77b082298e 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"