diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-29 16:34:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-29 16:34:20 +0000 |
commit | 1ffc1dd915678ce3205205a8472dd4e60751e929 (patch) | |
tree | 0c22fb380046ee19f03ac60e4722ce32b5c8fe5c /sci-libs/ccpn-data | |
parent | sci-geosciences/qgis: Fix usage of new python r1 eclasses (missing PYTHON_REQ... (diff) | |
download | gentoo-2-1ffc1dd915678ce3205205a8472dd4e60751e929.tar.gz gentoo-2-1ffc1dd915678ce3205205a8472dd4e60751e929.tar.bz2 gentoo-2-1ffc1dd915678ce3205205a8472dd4e60751e929.zip |
sci-libs/ccpn-data: 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-libs/ccpn-data')
-rw-r--r-- | sci-libs/ccpn-data/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/ccpn-data/ChangeLog b/sci-libs/ccpn-data/ChangeLog index 5b9158632282..6f5eb74a2d04 100644 --- a/sci-libs/ccpn-data/ChangeLog +++ b/sci-libs/ccpn-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/ccpn-data # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v 1.14 2013/03/22 09:06:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ChangeLog,v 1.15 2013/05/29 16:34:20 jlec Exp $ + + 29 May 2013; Justin Lecher <jlec@gentoo.org> + ccpn-data-2.2.2_p121112-r1.ebuild: + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE) 22 Mar 2013; Justin Lecher <jlec@gentoo.org> ccpn-data-2.2.2_p121112-r1.ebuild: diff --git a/sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild b/sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild index 4fd10f8d5c9d..78c12aaba45e 100644 --- a/sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild +++ b/sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-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-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild,v 1.2 2013/03/22 09:06:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccpn-data/ccpn-data-2.2.2_p121112-r1.ebuild,v 1.3 2013/05/29 16:34:20 jlec Exp $ EAPI=5 @@ -23,7 +23,11 @@ LICENSE="|| ( CCPN LGPL-2.1 )" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="!<sci-chemistry/ccpn-${PVR}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + !<sci-chemistry/ccpn-${PVR}" DEPEND="" RESTRICT="binchecks strip" |