diff options
author | 2011-07-17 20:52:22 +0000 | |
---|---|---|
committer | 2011-07-17 20:52:22 +0000 | |
commit | dbf16964e2b1c82f51f21eaa5253dcaa59af580d (patch) | |
tree | 9ae7ccffbc02c3be161383e358b8f5b2eecd0f57 /gnome-base | |
parent | Version bump. Remove 1.2* and 1.3* ebuilds. (diff) | |
download | gentoo-2-dbf16964e2b1c82f51f21eaa5253dcaa59af580d.tar.gz gentoo-2-dbf16964e2b1c82f51f21eaa5253dcaa59af580d.tar.bz2 gentoo-2-dbf16964e2b1c82f51f21eaa5253dcaa59af580d.zip |
arm stable, bug #369909
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/dconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/dconf/dconf-0.5.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/dconf/ChangeLog b/gnome-base/dconf/ChangeLog index 0cf6aff63c36..8991cac86386 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.9 2011/07/14 10:21:09 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.10 2011/07/17 20:52:22 maekke Exp $ + + 17 Jul 2011; Markus Meier <maekke@gentoo.org> dconf-0.5.1-r2.ebuild: + arm stable, bug #369909 14 Jul 2011; Thomas Kahle <tomka@gentoo.org> dconf-0.5.1-r2.ebuild: x86 stable per bug 369909 diff --git a/gnome-base/dconf/dconf-0.5.1-r2.ebuild b/gnome-base/dconf/dconf-0.5.1-r2.ebuild index 64c2e0952065..826656c0fd8f 100644 --- a/gnome-base/dconf/dconf-0.5.1-r2.ebuild +++ b/gnome-base/dconf/dconf-0.5.1-r2.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-r2.ebuild,v 1.3 2011/07/14 10:21:09 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r2.ebuild,v 1.4 2011/07/17 20:52:22 maekke 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" IUSE="doc +introspection vala" RDEPEND=">=dev-libs/glib-2.25.16 |