diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-22 22:23:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-22 22:23:37 +0000 |
commit | c3f8566641221134b6d4a203409a61a3d04c6fb1 (patch) | |
tree | 3e7ad2c48550a2abf1629faccd2a7077216c474d /gnome-extra/libgtkhtml | |
parent | Fix the spelling of my name (again) :) (diff) | |
download | historical-c3f8566641221134b6d4a203409a61a3d04c6fb1.tar.gz historical-c3f8566641221134b6d4a203409a61a3d04c6fb1.tar.bz2 historical-c3f8566641221134b6d4a203409a61a3d04c6fb1.zip |
Stable on ia64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index b8b10d177b0c..34ce85e904d8 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgtkhtml # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.143 2005/08/22 18:28:13 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.144 2005/08/22 22:22:05 kloeri Exp $ + + 22 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> + libgtkhtml-3.6.2.ebuild: + Stable on ia64. 22 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> libgtkhtml-3.6.2.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild index 7698949b677c..0bdd389d1477 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild,v 1.8 2005/08/22 18:28:13 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.6.2.ebuild,v 1.9 2005/08/22 22:22:05 kloeri Exp $ inherit versionator gnome2 @@ -14,7 +14,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_MAJ_PV}/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="3.6" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="static" S=${WORKDIR}/${MY_P} |