summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-29 16:20:49 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-29 16:20:49 +0000
commit512dd8c361db4d494baf393ca2f7edac408cb478 (patch)
treefbd19ba326c60f180b3037f8b5d930b743d76797 /sci-chemistry/pdb-tools
parentsci-chemistry/openbabel-python: Fix usage of new python r1 eclasses (missing ... (diff)
downloadgentoo-2-512dd8c361db4d494baf393ca2f7edac408cb478.tar.gz
gentoo-2-512dd8c361db4d494baf393ca2f7edac408cb478.tar.bz2
gentoo-2-512dd8c361db4d494baf393ca2f7edac408cb478.zip
sci-chemistry/pdb-tools: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-chemistry/pdb-tools')
-rw-r--r--sci-chemistry/pdb-tools/ChangeLog6
-rw-r--r--sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild8
-rw-r--r--sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/sci-chemistry/pdb-tools/ChangeLog b/sci-chemistry/pdb-tools/ChangeLog
index 107d9894de74..230b61c52559 100644
--- a/sci-chemistry/pdb-tools/ChangeLog
+++ b/sci-chemistry/pdb-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.12 2013/05/10 19:57:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.13 2013/05/29 16:20:49 jlec Exp $
+
+ 29 May 2013; Justin Lecher <jlec@gentoo.org> pdb-tools-0.2.1.ebuild,
+ pdb-tools-0.2.1-r1.ebuild:
+ Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
*pdb-tools-0.2.1-r1 (10 May 2013)
diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
index 4a2e2c3b1fe9..577229c85bd5 100644
--- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
+++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.1 2013/05/10 19:57:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $
EAPI=5
@@ -19,8 +19,10 @@ LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=""
-DEPEND=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_PN}_${PV}
diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild
index 62f9bdc12a11..31d4945a2009 100644
--- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild
+++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.1 2013/04/26 10:20:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $
EAPI=5
@@ -19,8 +19,10 @@ LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=""
-DEPEND=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_PN}_${PV}