diff options
author | 2004-12-22 01:46:31 +0000 | |
---|---|---|
committer | 2004-12-22 01:46:31 +0000 | |
commit | 47521ab78aa0ea2f8d675a6749c1eed89cdae692 (patch) | |
tree | 9046cf96903cc4845ca46d526dbc36ff7091c308 /gnome-base/gconf | |
parent | sparc64 multilib fixes... /lib is 32bit which confused the ebuild. (Manifest ... (diff) | |
download | gentoo-2-47521ab78aa0ea2f8d675a6749c1eed89cdae692.tar.gz gentoo-2-47521ab78aa0ea2f8d675a6749c1eed89cdae692.tar.bz2 gentoo-2-47521ab78aa0ea2f8d675a6749c1eed89cdae692.zip |
Stable on sparc
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 3d238702b3a7..b180505d025c 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.95 2004/12/19 05:39:39 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.96 2004/12/22 01:46:31 gustavoz Exp $ + + 21 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> gconf-2.8.1-r1.ebuild: + Stable on sparc 19 Dec 2004; Mike Gardiner <obz@gentoo.org> gconf-2.8.1-r1.ebuild: Keyworded x86 and ppc for GNOME 2.8.1 diff --git a/gnome-base/gconf/gconf-2.8.1-r1.ebuild b/gnome-base/gconf/gconf-2.8.1-r1.ebuild index 00b1aeaa474c..921ee191cf0c 100644 --- a/gnome-base/gconf/gconf-2.8.1-r1.ebuild +++ b/gnome-base/gconf/gconf-2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.1-r1.ebuild,v 1.2 2004/12/19 05:39:39 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.8.1-r1.ebuild,v 1.3 2004/12/22 01:46:31 gustavoz Exp $ inherit eutils gnome2 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="x86 ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64 ~arm" +KEYWORDS="x86 ppc ~alpha sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64 ~arm" IUSE="doc" RDEPEND=">=dev-libs/glib-2.0.1 |