diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:20:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:20:11 +0000 |
commit | cb625c1072932b0929747af11e62fb9ed60c7f52 (patch) | |
tree | f7d1e02a40d4043bddff4012cac845e88c770e3c /dev-python/scientificpython | |
parent | Switch the eclasses to use dev-lang/python-exec. (diff) | |
download | gentoo-2-cb625c1072932b0929747af11e62fb9ed60c7f52.tar.gz gentoo-2-cb625c1072932b0929747af11e62fb9ed60c7f52.tar.bz2 gentoo-2-cb625c1072932b0929747af11e62fb9ed60c7f52.zip |
Update the dep to use dev-lang/python-exec.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/scientificpython')
-rw-r--r-- | dev-python/scientificpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/scientificpython/ChangeLog b/dev-python/scientificpython/ChangeLog index b37f5c95d302..9dbedcfe4510 100644 --- a/dev-python/scientificpython/ChangeLog +++ b/dev-python/scientificpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/scientificpython # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.43 2013/09/17 20:11:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.44 2013/10/30 19:20:11 mgorny Exp $ + + 30 Oct 2013; Michał Górny <mgorny@gentoo.org> scientificpython-2.9.2.ebuild: + Update the dep to use dev-lang/python-exec. 17 Sep 2013; Michał Górny <mgorny@gentoo.org> scientificpython-2.9.2.ebuild: Force python-exec:0 since the ebuild does hackery on top of script wrapping. diff --git a/dev-python/scientificpython/scientificpython-2.9.2.ebuild b/dev-python/scientificpython/scientificpython-2.9.2.ebuild index 1ed583f73589..0ea4db9033e7 100644 --- a/dev-python/scientificpython/scientificpython-2.9.2.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.2.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/dev-python/scientificpython/scientificpython-2.9.2.ebuild,v 1.2 2013/09/17 20:11:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.2.ebuild,v 1.3 2013/10/30 19:20:11 mgorny Exp $ EAPI=5 @@ -27,7 +27,7 @@ RDEPEND=" sci-libs/netcdf mpi? ( virtual/mpi )" DEPEND="${RDEPEND} - dev-python/python-exec:0[${PYTHON_USEDEP}] + dev-lang/python-exec:0[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |