diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 18:23:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-31 18:23:57 +0000 |
commit | cb5379a16df00a4e73efa9492f90a77c720f1f0a (patch) | |
tree | 0b3a980aa813bd7382582ac10d4a23e88298906d /dev-python/gnome-keyring-python | |
parent | amd64 stable, bug 324077 (diff) | |
download | gentoo-2-cb5379a16df00a4e73efa9492f90a77c720f1f0a.tar.gz gentoo-2-cb5379a16df00a4e73efa9492f90a77c720f1f0a.tar.bz2 gentoo-2-cb5379a16df00a4e73efa9492f90a77c720f1f0a.zip |
amd64 stable, bug 324077
(Portage version: 2.1.8.3/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.30.2.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 85c7717ff8c1..c94356c93da8 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.33 2010/07/20 22:21:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 1.34 2010/07/31 18:23:57 pacho Exp $ + + 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> + gnome-keyring-python-2.30.2.ebuild: + amd64 stable, bug 324077 20 Jul 2010; Markus Meier <maekke@gentoo.org> gnome-keyring-python-2.28.0.ebuild: diff --git a/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild b/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild index 340a8ab7ebda..570ac71ce1c5 100644 --- a/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild +++ b/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.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/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild,v 1.2 2010/07/20 15:24:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.30.2.ebuild,v 1.3 2010/07/31 18:23:57 pacho Exp $ GCONF_DEBUG="no" G_PY_PN="gnome-python-desktop" @@ -11,7 +11,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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="examples" RDEPEND=">=gnome-base/gnome-keyring-0.5.0 |