diff options
author | 2011-01-26 16:53:55 +0000 | |
---|---|---|
committer | 2011-01-26 16:53:55 +0000 | |
commit | 71f03dfb8c9c77539a17f80540a93ddc657d6329 (patch) | |
tree | 5ca2200d29338102f02fd43eb39398d00df76ac9 /gnome-base/dconf | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-71f03dfb8c9c77539a17f80540a93ddc657d6329.tar.gz gentoo-2-71f03dfb8c9c77539a17f80540a93ddc657d6329.tar.bz2 gentoo-2-71f03dfb8c9c77539a17f80540a93ddc657d6329.zip |
add ~ppc/~ppc64 wrt #341503
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'gnome-base/dconf')
-rw-r--r-- | gnome-base/dconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/dconf/dconf-0.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/dconf/ChangeLog b/gnome-base/dconf/ChangeLog index 4907cba069cd..42467d36e5ba 100644 --- a/gnome-base/dconf/ChangeLog +++ b/gnome-base/dconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/dconf # 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 $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.5 2011/01/26 16:53:55 xarthisius Exp $ + + 26 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> dconf-0.5.1-r1.ebuild: + add ~ppc/~ppc64 wrt #341503 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> dconf-0.5.1-r1.ebuild: Keyworded on alpha, 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 a3a8441f3f4a..622d26bcf9b8 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-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.3 2011/01/02 18:43:53 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild,v 1.4 2011/01/26 16:53:55 xarthisius 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="~alpha ~amd64 ~arm ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="doc +introspection vala" RDEPEND=">=dev-libs/glib-2.25.16 |