diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-11-28 16:43:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-11-28 16:43:37 +0000 |
commit | ba5e6bb9a7f86c82379b85cc3511c324d7d0444c (patch) | |
tree | 2df1e1afdbf90de103b02bbc570d1700044dec8e /dev-python/gnome-python-base | |
parent | alpha/ia64/sparc stable wrt #281427 (diff) | |
download | historical-ba5e6bb9a7f86c82379b85cc3511c324d7d0444c.tar.gz historical-ba5e6bb9a7f86c82379b85cc3511c324d7d0444c.tar.bz2 historical-ba5e6bb9a7f86c82379b85cc3511c324d7d0444c.zip |
alpha/ia64/sparc stable wrt #281427
Package-Manager: portage-2.1.6.13/cvs/Linux ia64
Diffstat (limited to 'dev-python/gnome-python-base')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index 2053cca2374a..6de5609f1033 100644 --- a/dev-python/gnome-python-base/ChangeLog +++ b/dev-python/gnome-python-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.18 2009/11/05 19:40:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.19 2009/11/28 16:43:37 armin76 Exp $ + + 28 Nov 2009; Raúl Porcel <armin76@gentoo.org> + gnome-python-base-2.26.1.ebuild: + alpha/ia64/sparc stable wrt #281427 05 Nov 2009; Markus Meier <maekke@gentoo.org> gnome-python-base-2.26.1.ebuild: diff --git a/dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild index 35e524bb7e67..21e1cb83d303 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.26.1.ebuild,v 1.6 2009/11/05 19:40:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.26.1.ebuild,v 1.7 2009/11/28 16:43:37 armin76 Exp $ inherit versionator eutils gnome2 @@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.6 DEPEND="${RDEPEND} dev-util/pkgconfig" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" S="${WORKDIR}/${MY_PN}-${PV}" |