diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-09 00:08:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-09 00:08:09 +0000 |
commit | 10dc8ca497b22e55ac5c6bee24db260fc409ecf5 (patch) | |
tree | 735d3b3113116a76600355821f26b94705dd0851 /sci-physics | |
parent | Clarified ChangeLog as per bug comment and IRC talk with Nikoli. (diff) | |
download | gentoo-2-10dc8ca497b22e55ac5c6bee24db260fc409ecf5.tar.gz gentoo-2-10dc8ca497b22e55ac5c6bee24db260fc409ecf5.tar.bz2 gentoo-2-10dc8ca497b22e55ac5c6bee24db260fc409ecf5.zip |
Include missing eutils eclass
(Portage version: 2.2.01.22120-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant-python/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/geant-python/geant-python-4.9.6_p02.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-physics/geant-python/ChangeLog b/sci-physics/geant-python/ChangeLog index 3af2fb6acec4..c4905518897d 100644 --- a/sci-physics/geant-python/ChangeLog +++ b/sci-physics/geant-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/geant-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.8 2013/06/06 19:16:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.9 2013/07/09 00:08:09 bicatali Exp $ + + 09 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> + geant-python-4.9.6_p02.ebuild: + Include missing eutils eclass *geant-python-4.9.6_p02 (06 Jun 2013) diff --git a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild b/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild index a8314fa6da00..2784d84fd15b 100644 --- a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild +++ b/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild,v 1.1 2013/06/06 19:16:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild,v 1.2 2013/07/09 00:08:09 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) -inherit python-r1 versionator multilib +inherit python-r1 versionator multilib eutils MYP="geant$(replace_version_separator 3 .)" |