diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-11 09:28:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-11 09:28:46 +0000 |
commit | 99b2539ce5ceef5672355b0993ab43e0c4c112c6 (patch) | |
tree | d32efcfb197f252122329090246762c4ae5493da /dev-python/gconf-python | |
parent | fix build with ffmpeg trunk, by DaggyStyle <stompdagger1@yahoo.com>, bug #321945 (diff) | |
download | historical-99b2539ce5ceef5672355b0993ab43e0c4c112c6.tar.gz historical-99b2539ce5ceef5672355b0993ab43e0c4c112c6.tar.bz2 historical-99b2539ce5ceef5672355b0993ab43e0c4c112c6.zip |
amd64 stable, bug 320247
Package-Manager: portage-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.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gconf-python/ChangeLog b/dev-python/gconf-python/ChangeLog index b7b6d197292c..88e9fd9412f1 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.24 2010/05/24 13:49:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.25 2010/06/11 09:21:55 pacho Exp $ + + 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> gconf-python-2.28.0.ebuild: + amd64 stable, bug 320247 24 May 2010; <nixnut@gentoo.org> gconf-python-2.28.0.ebuild: ppc stable #320247 diff --git a/dev-python/gconf-python/gconf-python-2.28.0.ebuild b/dev-python/gconf-python/gconf-python-2.28.0.ebuild index b043048b78a4..1fd8580da259 100644 --- a/dev-python/gconf-python/gconf-python-2.28.0.ebuild +++ b/dev-python/gconf-python/gconf-python-2.28.0.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.0.ebuild,v 1.3 2010/05/24 13:49:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.0.ebuild,v 1.4 2010/06/11 09:21:55 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 ~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 |