diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 18:43:53 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 18:43:53 +0000 |
commit | a583e27b20e31c218845322ea8b98236f2ac7051 (patch) | |
tree | b5bd6a23534712032fac20fa122e4d3786c4d0c3 /gnome-base/dconf | |
parent | Remove old versions. (diff) | |
download | gentoo-2-a583e27b20e31c218845322ea8b98236f2ac7051.tar.gz gentoo-2-a583e27b20e31c218845322ea8b98236f2ac7051.tar.bz2 gentoo-2-a583e27b20e31c218845322ea8b98236f2ac7051.zip |
Keyworded on alpha, bug #341503
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/dconf')
-rw-r--r-- | gnome-base/dconf/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/dconf/dconf-0.5.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-base/dconf/ChangeLog b/gnome-base/dconf/ChangeLog index aa94de7ccb02..4907cba069cd 100644 --- a/gnome-base/dconf/ChangeLog +++ b/gnome-base/dconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/dconf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.3 2010/12/11 21:59:57 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.4 2011/01/02 18:43:53 klausman Exp $ + + 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> dconf-0.5.1-r1.ebuild: + Keyworded on alpha, bug #341503 11 Dec 2010; Michael Weber <xmw@gentoo.org> dconf-0.5.1-r1.ebuild: Added ~arm/~sparc (bug 341503) diff --git a/gnome-base/dconf/dconf-0.5.1-r1.ebuild b/gnome-base/dconf/dconf-0.5.1-r1.ebuild index 79c730a49b37..a3a8441f3f4a 100644 --- a/gnome-base/dconf/dconf-0.5.1-r1.ebuild +++ b/gnome-base/dconf/dconf-0.5.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild,v 1.2 2010/12/11 21:59:57 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild,v 1.3 2011/01/02 18:43:53 klausman Exp $ EAPI=3 GCONF_DEBUG="no" @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86" IUSE="doc +introspection vala" RDEPEND=">=dev-libs/glib-2.25.16 |