diff options
author | Olivier Crête <tester@gentoo.org> | 2008-07-27 18:16:02 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-07-27 18:16:02 +0000 |
commit | 88754d556f827450a8b873870037fc51041cf8c8 (patch) | |
tree | 28b86e29a66e4a0a65bb17f292d4e7359dec5787 /gnome-base | |
parent | Stable on amd64, bug #229709 (diff) | |
download | gentoo-2-88754d556f827450a8b873870037fc51041cf8c8.tar.gz gentoo-2-88754d556f827450a8b873870037fc51041cf8c8.tar.bz2 gentoo-2-88754d556f827450a8b873870037fc51041cf8c8.zip |
Stable on amd64, bug #229709
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.22.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index b407e7938f37..3cd04c45a085 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.191 2008/06/07 11:22:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.192 2008/07/27 18:16:02 tester Exp $ + + 26 Jul 2008; Olivier Crête <tester@gentoo.org> gconf-2.22.0.ebuild: + Stable on amd64, bug #229709 07 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> gconf-2.22.0.ebuild: revert errorneous commit, fix bug #193442. diff --git a/gnome-base/gconf/gconf-2.22.0.ebuild b/gnome-base/gconf/gconf-2.22.0.ebuild index 6520eb4f5652..321ffda78668 100644 --- a/gnome-base/gconf/gconf-2.22.0.ebuild +++ b/gnome-base/gconf/gconf-2.22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.22.0.ebuild,v 1.4 2008/06/07 11:22:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.22.0.ebuild,v 1.5 2008/07/27 18:16:02 tester Exp $ inherit eutils gnome2 @@ -14,7 +14,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc ldap" RDEPEND=">=dev-libs/glib-2.10 |