diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-28 03:19:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-28 03:19:56 +0000 |
commit | 9ba8a3a8d7585bf7c22f15cb5473cec96463c017 (patch) | |
tree | 02fbcc1ed5c0057dea9c73103786480bd76cc1b2 /gnome-extra/libgtkhtml | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-9ba8a3a8d7585bf7c22f15cb5473cec96463c017.tar.gz gentoo-2-9ba8a3a8d7585bf7c22f15cb5473cec96463c017.tar.bz2 gentoo-2-9ba8a3a8d7585bf7c22f15cb5473cec96463c017.zip |
stable on ia64
Diffstat (limited to 'gnome-extra/libgtkhtml')
-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 a1e1c3e4b72f..5630ac329bc2 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,9 @@ # 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.83 2004/07/11 20:19:21 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.84 2004/07/28 03:19:56 agriffis Exp $ + + 27 Jul 2004; <agriffis@gentoo.org> libgtkhtml-3.0.10.ebuild: + stable on ia64 11 Jul 2004; <spider@gentoo.org> : versionbump diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild index bf3d3b4f57fa..8817cc9263bd 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 Foundation # 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.11 2004/07/04 19:22:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.12 2004/07/28 03:19:56 agriffis 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} |