diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:19:55 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:19:55 +0000 |
commit | 95f296eecefc22b11102b2d9f657a224df559119 (patch) | |
tree | 422c2f50593fbd948a5cb5516fc47b693514a8c4 /gnome-base | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-95f296eecefc22b11102b2d9f657a224df559119.tar.gz gentoo-2-95f296eecefc22b11102b2d9f657a224df559119.tar.bz2 gentoo-2-95f296eecefc22b11102b2d9f657a224df559119.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnome-keyring/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/gnome-base/libgnome-keyring/ChangeLog b/gnome-base/libgnome-keyring/ChangeLog index a9e79fa76f47..6c87e91264ae 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.37 2012/12/17 04:46:05 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.38 2013/02/25 09:19:55 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> libgnome-keyring-3.6.0.ebuild: + Add ~arm-linux keyword. *libgnome-keyring-3.6.0 (17 Dec 2012) @@ -178,4 +181,3 @@ 13 Jun 2010; Pacho Ramos <pacho@gentoo.org> +libgnome-keyring-2.30.1.ebuild, +metadata.xml: Add new version for Gnome 2.30, clean old version. - diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild index cb296d598732..14c107dddcfe 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.6.0.ebuild,v 1.1 2012/12/17 04:46:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild,v 1.2 2013/02/25 09:19:55 zmedico Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -15,7 +15,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 ~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 )" |