diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-01 22:00:56 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-01 22:00:56 +0000 |
commit | 793355c3e51a2bd59fcb6752bc2e308a26655e72 (patch) | |
tree | 2ca6db836b6fb6d2ac07ac7fde13984e1d06e528 /gnome-extra | |
parent | need libfame #52691 by Armando Di Cianno (diff) | |
download | gentoo-2-793355c3e51a2bd59fcb6752bc2e308a26655e72.tar.gz gentoo-2-793355c3e51a2bd59fcb6752bc2e308a26655e72.tar.bz2 gentoo-2-793355c3e51a2bd59fcb6752bc2e308a26655e72.zip |
stable on amd64
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 fe17436f8d50..d17940c9121a 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.76 2004/05/29 03:46:59 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.77 2004/06/01 21:56:59 lv Exp $ + + 01 Jun 2004; Travis Tilley <lv@gentoo.org> libgtkhtml-3.0.10.ebuild: + stable on amd64 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> libgtkhtml-2.4.1.ebuild, libgtkhtml-2.6.0.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild index 5897d2f89339..d8fe79d902fa 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.8 2004/05/26 11:23:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.9 2004/06/01 21:56:59 lv 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} |