diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:11:37 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:11:37 +0000 |
commit | 3522fdb2d9e2bf96c259beceaf875f1b02ff7835 (patch) | |
tree | a201533b0bf4081dcefe10d3ffda0b1517a12828 /dev-python | |
parent | Version bump (diff) | |
download | gentoo-2-3522fdb2d9e2bf96c259beceaf875f1b02ff7835.tar.gz gentoo-2-3522fdb2d9e2bf96c259beceaf875f1b02ff7835.tar.bz2 gentoo-2-3522fdb2d9e2bf96c259beceaf875f1b02ff7835.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index 3ac6505dc6ed..f43331b5c41c 100644 --- a/dev-python/gnome-python-base/ChangeLog +++ b/dev-python/gnome-python-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnome-python-base -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.39 2011/03/11 19:09:57 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.40 2012/04/13 19:11:37 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> gnome-python-base-2.28.1.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> gnome-python-base-2.28.1.ebuild: diff --git a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild index 00a0b967c06d..e56ce4b63ae7 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.9 2011/03/11 19:09:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.10 2012/04/13 19:11:37 ulm Exp $ -GCONF_DEBUG="no" EAPI="3" +GCONF_DEBUG="no" PYTHON_DEPEND="2" inherit versionator eutils gnome2 python |