diff options
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 .)" |