diff options
author | 2004-06-19 16:36:19 +0000 | |
---|---|---|
committer | 2004-06-19 16:36:19 +0000 | |
commit | b3ec343f4884a8b94c49446c89c52f0fc65fb3da (patch) | |
tree | 96d2edb0d2bf5d618c2fa95fe5890f7b4f7f2769 /gnome-extra | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-b3ec343f4884a8b94c49446c89c52f0fc65fb3da.tar.gz gentoo-2-b3ec343f4884a8b94c49446c89c52f0fc65fb3da.tar.bz2 gentoo-2-b3ec343f4884a8b94c49446c89c52f0fc65fb3da.zip |
Changed sparc to ~sparc
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index 89584b44b85d..a8e1a4130f57 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgtkhtml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.79 2004/06/19 16:10:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.80 2004/06/19 16:36:19 usata Exp $ + + 20 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> libgtkhtml-3.0.10-r1.ebuild: + keyword reset sparc to ~sparc. *libgtkhtml-3.0.10-r1 (20 Jun 2004) diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild index 503a7e4366c9..0a7bca225de4 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild,v 1.1 2004/06/19 16:10:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild,v 1.2 2004/06/19 16:36:19 usata Exp $ inherit gnome2 eutils @@ -16,7 +16,7 @@ PVP=($(echo " $PV " | sed 's:[-\._]: :g')) SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.${GNOME_TARBALL_SUFFIX}" LICENSE="GPL-2" SLOT="3" -KEYWORDS="~x86 ~ppc sparc ~hppa ~alpha ~ia64 ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~ia64 ~amd64" IUSE="" S=${WORKDIR}/${MY_P} |