diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-22 17:15:18 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-22 17:15:18 +0000 |
commit | 9b9c820785037d8b5a4de6da4eb355bb3ab455e4 (patch) | |
tree | c952ae6005edc1f21ffc8a7d8fd5580ff6794556 /gnome-extra/libgtkhtml | |
parent | Marking ~sparc since it was insta-stablized. (Manifest recommit) (diff) | |
download | gentoo-2-9b9c820785037d8b5a4de6da4eb355bb3ab455e4.tar.gz gentoo-2-9b9c820785037d8b5a4de6da4eb355bb3ab455e4.tar.bz2 gentoo-2-9b9c820785037d8b5a4de6da4eb355bb3ab455e4.zip |
Stable on alpha.
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index b3c0b5635a99..ff8d641c0df8 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgtkhtml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.89 2004/08/19 12:50:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.90 2004/08/22 17:13:37 kloeri Exp $ + + 22 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> + libgtkhtml-3.0.10-r1.ebuild: + Stable on alpha. 19 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> libgtkhtml-3.0.10-r1.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild index 39a19751bfaa..d45b0541acb0 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 Foundation # 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.7 2004/08/21 15:05:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10-r1.ebuild,v 1.8 2004/08/22 17:13:37 kloeri 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} |