diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-14 14:17:32 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-14 14:17:32 +0000 |
commit | f1397313ce695e45ead7c16e9188a6a48edcf104 (patch) | |
tree | 6c63380c73d5e9ca577f9ab54e9ba7c92d76bb79 /dev-python/gconf-python | |
parent | Stable on alpha, bug #258040 (diff) | |
download | gentoo-2-f1397313ce695e45ead7c16e9188a6a48edcf104.tar.gz gentoo-2-f1397313ce695e45ead7c16e9188a6a48edcf104.tar.bz2 gentoo-2-f1397313ce695e45ead7c16e9188a6a48edcf104.zip |
Stable on alpha, bug #258040
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gconf-python')
-rw-r--r-- | dev-python/gconf-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gconf-python/gconf-python-2.22.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/gconf-python/ChangeLog b/dev-python/gconf-python/ChangeLog index 82da61c0d515..384f397d6b98 100644 --- a/dev-python/gconf-python/ChangeLog +++ b/dev-python/gconf-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gconf-python -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.4 2008/12/01 14:31:01 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.5 2009/02/14 14:17:32 klausman Exp $ + + 14 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + gconf-python-2.22.3.ebuild: + Stable on alpha, bug #258040 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org> -gconf-python-2.22.1.ebuild, gconf-python-2.22.3.ebuild: diff --git a/dev-python/gconf-python/gconf-python-2.22.3.ebuild b/dev-python/gconf-python/gconf-python-2.22.3.ebuild index bf0d2f3d41aa..df3bdfd58de3 100644 --- a/dev-python/gconf-python/gconf-python-2.22.3.ebuild +++ b/dev-python/gconf-python/gconf-python-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/gconf-python/gconf-python-2.22.3.ebuild,v 1.4 2008/12/31 03:21:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.5 2009/02/14 14:17:32 klausman Exp $ G_PY_PN="gnome-python" @@ -9,7 +9,7 @@ inherit gnome-python-common DESCRIPTION="Python bindings for the GConf library" LICENSE="LGPL-2.1" SLOT="2" -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" IUSE="examples" RDEPEND=">=gnome-base/gconf-2.11.1 |