diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-05-26 11:25:12 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-05-26 11:25:12 +0000 |
commit | 50cd2db7baca1b9a24afcdf9db9e1a4aaa801bdb (patch) | |
tree | dd76bd0ff3c4ef60df7af18dd3ca6f44457aab41 /gnome-extra | |
parent | Fixed BUG #52077. (Manifest recommit) (diff) | |
download | gentoo-2-50cd2db7baca1b9a24afcdf9db9e1a4aaa801bdb.tar.gz gentoo-2-50cd2db7baca1b9a24afcdf9db9e1a4aaa801bdb.tar.bz2 gentoo-2-50cd2db7baca1b9a24afcdf9db9e1a4aaa801bdb.zip |
Marked stable on hppa.
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index a077af2b4f80..5d89ad9ba4b8 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.74 2004/05/26 01:34:27 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.75 2004/05/26 11:23:40 gmsoft Exp $ + + 26 May 2004; Guy Martin <gmsoft@gentoo.org> libgtkhtml-3.0.10.ebuild: + Marked stable on hppa. 26 May 2004; Guy Martin <gmsoft@gentoo.org> libgtkhtml-2.6.0.ebuild: Marked stable on hppa. diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild index 14d33c945f84..5897d2f89339 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.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.ebuild,v 1.7 2004/05/14 00:02:27 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.8 2004/05/26 11:23:40 gmsoft 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} |