diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 18:34:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 18:34:46 +0000 |
commit | 1eee341e86720ccad615f7e4892dca4f2252e009 (patch) | |
tree | 2b81dca1ba8f483f20e70bc36784942c94c866bd /dev-python/gconf-python | |
parent | amd64 stable, bug 324077 (diff) | |
download | gentoo-2-1eee341e86720ccad615f7e4892dca4f2252e009.tar.gz gentoo-2-1eee341e86720ccad615f7e4892dca4f2252e009.tar.bz2 gentoo-2-1eee341e86720ccad615f7e4892dca4f2252e009.zip |
amd64 stable, bug 324077
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gconf-python')
-rw-r--r-- | dev-python/gconf-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gconf-python/gconf-python-2.28.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 5677a4e0e9e8..83e243c73448 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.28 2010/07/20 22:38:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.29 2010/07/31 18:34:46 pacho Exp $ + + 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gconf-python-2.28.1.ebuild: + amd64 stable, bug 324077 20 Jul 2010; Markus Meier <maekke@gentoo.org> gconf-python-2.28.0.ebuild: arm stable, bug #320247 diff --git a/dev-python/gconf-python/gconf-python-2.28.1.ebuild b/dev-python/gconf-python/gconf-python-2.28.1.ebuild index 8786bee20678..45f7845a1b9e 100644 --- a/dev-python/gconf-python/gconf-python-2.28.1.ebuild +++ b/dev-python/gconf-python/gconf-python-2.28.1.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/gconf-python/gconf-python-2.28.1.ebuild,v 1.2 2010/07/20 16:38:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1.ebuild,v 1.3 2010/07/31 18:34:46 pacho Exp $ GCONF_DEBUG="no" G_PY_PN="gnome-python" @@ -10,7 +10,7 @@ inherit gnome-python-common DESCRIPTION="Python bindings for the GConf library" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~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 |