diff options
author | 2009-02-14 14:17:17 +0000 | |
---|---|---|
committer | 2009-02-14 14:17:17 +0000 | |
commit | 5408f4b057bd4348446862f1652ee28ba68eb95d (patch) | |
tree | b40ff2954a13d04f99b23fa58e7eafa0d175f51f /dev-python/gnome-python-base | |
parent | Stable on alpha, bug #258040 (diff) | |
download | gentoo-2-5408f4b057bd4348446862f1652ee28ba68eb95d.tar.gz gentoo-2-5408f4b057bd4348446862f1652ee28ba68eb95d.tar.bz2 gentoo-2-5408f4b057bd4348446862f1652ee28ba68eb95d.zip |
Stable on alpha, bug #258040
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-python-base')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index 59a888f3eef9..b6c915f34446 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.4 2008/09/26 09:58:46 leio Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.5 2009/02/14 14:17:17 klausman Exp $ + + 14 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + gnome-python-base-2.22.3.ebuild: + Stable on alpha, bug #258040 *gnome-python-base-2.22.3 (22 Sep 2008) diff --git a/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild index e96ffe65e623..b7c90775f534 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.22.3.ebuild,v 1.1 2008/09/26 09:58:46 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.22.3.ebuild,v 1.2 2009/02/14 14:17:17 klausman 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" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" S="${WORKDIR}/${MY_PN}-${PV}" |