diff options
author | 2009-10-16 22:44:00 +0000 | |
---|---|---|
committer | 2009-10-16 22:44:00 +0000 | |
commit | 0966ba8e45e3b03425db381a90a9c648e23b513e (patch) | |
tree | c78fa6cb5325be1516884ca8f15412cdea92c767 /dev-python/gnome-keyring-python | |
parent | x86 stable, bug #281427 (diff) | |
download | gentoo-2-0966ba8e45e3b03425db381a90a9c648e23b513e.tar.gz gentoo-2-0966ba8e45e3b03425db381a90a9c648e23b513e.tar.bz2 gentoo-2-0966ba8e45e3b03425db381a90a9c648e23b513e.zip |
x86 stable, bug #281427
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-keyring-python')
-rw-r--r-- | dev-python/gnome-keyring-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-keyring-python/ChangeLog b/dev-python/gnome-keyring-python/ChangeLog index 9f135eedee68..d2c378640ff0 100644 --- a/dev-python/gnome-keyring-python/ChangeLog +++ b/dev-python/gnome-keyring-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-keyring-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.18 2009/10/08 03:09:47 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.19 2009/10/16 22:44:00 maekke Exp $ + + 16 Oct 2009; Markus Meier <maekke@gentoo.org> + gnome-keyring-python-2.26.0.ebuild: + x86 stable, bug #281427 08 Oct 2009; Olivier Crête <tester@gentoo.org> gnome-keyring-python-2.26.0.ebuild: diff --git a/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild b/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild index eeac17ad4754..6ddc7a37b464 100644 --- a/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild +++ b/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.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/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild,v 1.2 2009/10/08 03:09:47 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.26.0.ebuild,v 1.3 2009/10/16 22:44:00 maekke Exp $ G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="gnomekeyring" @@ -10,7 +10,7 @@ inherit gnome-python-common DESCRIPTION="Python bindings for the interfacing with the GNOME keyring" LICENSE="LGPL-2.1" SLOT="0" -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/gnome-keyring-0.5.0 |