commit:     5e8438f8c65044e20dd3d6eaff30fdfcc1a426ea
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 10:29:47 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:29:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8438f8

net-libs/openpgm: Make compatible with py2

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=492974

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .../openpgm/{openpgm-5.2.122.ebuild => openpgm-5.1.118-r1.ebuild}   | 6 ++++--
 net-libs/openpgm/openpgm-5.2.122.ebuild                             | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild 
b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
similarity index 81%
copy from net-libs/openpgm/openpgm-5.2.122.ebuild
copy to net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index 023987a..f27d877 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,9 +15,11 @@ 
SRC_URI="http://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild 
b/net-libs/openpgm/openpgm-5.2.122.ebuild
index 023987a..cc42dc9 100644
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ b/net-libs/openpgm/openpgm-5.2.122.ebuild
@@ -18,6 +18,8 @@ SLOT="0"
 KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE="static-libs"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 DEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}/libpgm-${PV}~dfsg/${PN}/pgm"

Reply via email to