diff options
author | 2013-11-30 19:12:48 +0000 | |
---|---|---|
committer | 2013-11-30 19:12:48 +0000 | |
commit | 88421a9ed60944908636383493d63f40c7c1b2a7 (patch) | |
tree | f494ea4f5304b44e7e5edeb36307b91446fed171 /gnome-base | |
parent | amd64 stable, bug #478252 (diff) | |
download | gentoo-2-88421a9ed60944908636383493d63f40c7c1b2a7.tar.gz gentoo-2-88421a9ed60944908636383493d63f40c7c1b2a7.tar.bz2 gentoo-2-88421a9ed60944908636383493d63f40c7c1b2a7.zip |
amd64 stable, bug #478252
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnome-keyring/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/libgnome-keyring/ChangeLog b/gnome-base/libgnome-keyring/ChangeLog index de3f20956318..daa87089e6db 100644 --- a/gnome-base/libgnome-keyring/ChangeLog +++ b/gnome-base/libgnome-keyring/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libgnome-keyring # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.41 2013/09/05 19:44:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.42 2013/11/30 19:12:48 pacho Exp $ + + 30 Nov 2013; Pacho Ramos <pacho@gentoo.org> libgnome-keyring-3.8.0.ebuild: + amd64 stable, bug #478252 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libgnome-keyring-3.8.0.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild index 987b76a4e70c..c650795ed9d3 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild,v 1.3 2013/09/05 19:44:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild,v 1.4 2013/11/30 19:12:48 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/GnomeKeyring" LICENSE="LGPL-2+ GPL-2+" # tests are GPL-2 SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris" IUSE="debug +introspection test vala" REQUIRED_USE="vala? ( introspection )" |