diff options
-rw-r--r-- | dev-python/gconf-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gconf-python/gconf-python-2.26.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gconf-python/ChangeLog b/dev-python/gconf-python/ChangeLog index e22f7605832e..13510b0c6b31 100644 --- a/dev-python/gconf-python/ChangeLog +++ b/dev-python/gconf-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gconf-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.17 2009/10/29 23:16:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.18 2009/11/05 19:47:13 maekke Exp $ + + 05 Nov 2009; Markus Meier <maekke@gentoo.org> gconf-python-2.26.1.ebuild: + arm stable, bug #281427 *gconf-python-2.28.0 (29 Oct 2009) diff --git a/dev-python/gconf-python/gconf-python-2.26.1.ebuild b/dev-python/gconf-python/gconf-python-2.26.1.ebuild index 6f761d6f3f4b..9859cb4571e5 100644 --- a/dev-python/gconf-python/gconf-python-2.26.1.ebuild +++ b/dev-python/gconf-python/gconf-python-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/gconf-python/gconf-python-2.26.1.ebuild,v 1.5 2009/10/24 16:29:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.26.1.ebuild,v 1.6 2009/11/05 19:47:13 maekke 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 ~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" IUSE="examples" RDEPEND=">=gnome-base/gconf-2.11.1 |