diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 17:33:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 17:33:21 +0000 |
commit | 8f6900a88147ca5871283aaf475ae6748cdc9dc1 (patch) | |
tree | 209b019274be011dae5c46cbc38d3f69d6cabde7 /dev-python/gnome-python-extras-base | |
parent | Add fix from upstream for USE=-pic building on x86 #309079. (diff) | |
download | historical-8f6900a88147ca5871283aaf475ae6748cdc9dc1.tar.gz historical-8f6900a88147ca5871283aaf475ae6748cdc9dc1.tar.bz2 historical-8f6900a88147ca5871283aaf475ae6748cdc9dc1.zip |
amd64 stable, bug 324077
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gnome-python-extras-base')
-rw-r--r-- | dev-python/gnome-python-extras-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-extras-base/ChangeLog b/dev-python/gnome-python-extras-base/ChangeLog index cee6741f9442..6ef8e0650c52 100644 --- a/dev-python/gnome-python-extras-base/ChangeLog +++ b/dev-python/gnome-python-extras-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras-base # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.13 2010/07/20 22:12:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.14 2010/07/31 17:33:21 pacho Exp $ + + 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> + gnome-python-extras-base-2.25.3.ebuild: + amd64 stable, bug 324077 20 Jul 2010; Markus Meier <maekke@gentoo.org> gnome-python-extras-base-2.19.1.ebuild: diff --git a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild b/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild index b9da9a981691..6826c58a1dae 100644 --- a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild +++ b/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild,v 1.1 2010/06/14 13:09:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild,v 1.2 2010/07/31 17:33:21 pacho Exp $ inherit versionator eutils gnome2 @@ -24,7 +24,7 @@ RDEPEND=">=x11-libs/gtk+-2.4 DEPEND="${RDEPEND} dev-util/pkgconfig" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" S="${WORKDIR}/${MY_PN}-${PV}" |