From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19C70139894 for ; Mon, 24 Aug 2015 10:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F88E0729; Mon, 24 Aug 2015 10:29:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FEDDE076B for ; Mon, 24 Aug 2015 10:29:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71142340775 for ; Mon, 24 Aug 2015 10:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DE714B for ; Mon, 24 Aug 2015 10:29:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440412191.5e8438f8c65044e20dd3d6eaff30fdfcc1a426ea.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/openpgm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/openpgm/openpgm-5.1.118-r1.ebuild net-libs/openpgm/openpgm-5.2.122.ebuild X-VCS-Directories: net-libs/openpgm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5e8438f8c65044e20dd3d6eaff30fdfcc1a426ea X-VCS-Branch: master Date: Mon, 24 Aug 2015 10:29:53 +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: c8cc4e8c-2283-4ceb-b45a-18559fe4c574 X-Archives-Hash: 8cf1f4ca66c4a567b69885fd7619c803 commit: 5e8438f8c65044e20dd3d6eaff30fdfcc1a426ea Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 10:29:47 2015 +0000 Commit: Justin Lecher gentoo 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 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"