diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-12-23 16:53:21 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-12-23 16:53:21 +0000 |
commit | 5fb7b0675af36b2c8326abb068d5923f8c2cb555 (patch) | |
tree | e07211873089fd6db68a7129c51726427f7d96a0 /gnome-extra/libgtkhtml | |
parent | Stable on sparc wrt #75370 (diff) | |
download | historical-5fb7b0675af36b2c8326abb068d5923f8c2cb555.tar.gz historical-5fb7b0675af36b2c8326abb068d5923f8c2cb555.tar.bz2 historical-5fb7b0675af36b2c8326abb068d5923f8c2cb555.zip |
Stable on hppa.
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index 79b805574213..b0dd87bf23cc 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.102 2004/12/11 10:08:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.103 2004/12/23 16:50:06 gmsoft Exp $ + + 23 Dec 2004; Guy Martin <gmsoft@gentoo.org> libgtkhtml-3.2.3.ebuild: + Stable on hppa. 11 Dec 2004; Bryan Ăstergaard <kloeri@gentoo.org> libgtkhtml-3.2.3.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.2.3.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.2.3.ebuild index ca887bcc86d8..739534763c09 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.2.3.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.2.3.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.2.3.ebuild,v 1.7 2004/12/11 10:08:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.2.3.ebuild,v 1.8 2004/12/23 16:50:06 gmsoft Exp $ inherit gnome2 eutils versionator @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_MAJ_PV}/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="3.2" -KEYWORDS="x86 ppc sparc ~hppa alpha ~ia64 ~amd64 ~mips" +KEYWORDS="x86 ppc sparc hppa alpha ~ia64 ~amd64 ~mips" IUSE="" S=${WORKDIR}/${MY_P} |