diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-13 21:10:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-13 21:10:19 +0000 |
commit | 0a2f5c7b1d2a21c101af780f8fe534d1ad2be227 (patch) | |
tree | 8d364122eec760f66e125c0e4d8d0c8c8c3b6e4d /gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild | |
parent | stable bump (diff) | |
download | gentoo-2-0a2f5c7b1d2a21c101af780f8fe534d1ad2be227.tar.gz gentoo-2-0a2f5c7b1d2a21c101af780f8fe534d1ad2be227.tar.bz2 gentoo-2-0a2f5c7b1d2a21c101af780f8fe534d1ad2be227.zip |
stable bump
Diffstat (limited to 'gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild')
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild index a2d8e0016a21..5e43b7fcfbc6 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.9.ebuild,v 1.3 2003/10/10 18:51:28 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.9.ebuild,v 1.4 2003/10/13 21:06:25 liquidx Exp $ inherit gnome2 @@ -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" +KEYWORDS="x86 ~ppc ~sparc ~hppa ~alpha" IUSE="" S=${WORKDIR}/${MY_P} |