diff options
author | 2004-05-14 00:02:27 +0000 | |
---|---|---|
committer | 2004-05-14 00:02:27 +0000 | |
commit | 6dfe5cb9a1c7839451c6fd1502a4341530b37062 (patch) | |
tree | c8780af41e14ddb481fb13b4ee05fa6bdca89050 /gnome-extra/libgtkhtml | |
parent | Stable on sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-6dfe5cb9a1c7839451c6fd1502a4341530b37062.tar.gz gentoo-2-6dfe5cb9a1c7839451c6fd1502a4341530b37062.tar.bz2 gentoo-2-6dfe5cb9a1c7839451c6fd1502a4341530b37062.zip |
Stable on ppc
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 50d2ecea73cc..433b773d31ec 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.71 2004/05/04 14:28:03 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.72 2004/05/14 00:02:27 pylon Exp $ + + 14 May 2004; Lars Weiler <pylon@gentoo.org> libgtkhtml-3.0.10.ebuild: + Stable on ppc *libgtkhtml-2.6.1 (04 May 2004) diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild index 96ff818acc67..14d33c945f84 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.6 2004/04/29 14:41:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.0.10.ebuild,v 1.7 2004/05/14 00:02:27 pylon 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} |