diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-07 15:22:43 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-07 15:22:43 +0000 |
commit | c35443c71efb0a12c26c2c0ef6a1746abdf57e4f (patch) | |
tree | a48fbd3834dae9e9a167493dd134c5e6392ecebf /gnome-extra/libgtkhtml | |
parent | MAKEOPTS -jN has to be -j1 for successful compilation. fixes #86245 (diff) | |
download | historical-c35443c71efb0a12c26c2c0ef6a1746abdf57e4f.tar.gz historical-c35443c71efb0a12c26c2c0ef6a1746abdf57e4f.tar.bz2 historical-c35443c71efb0a12c26c2c0ef6a1746abdf57e4f.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnome-extra/libgtkhtml')
-rw-r--r-- | gnome-extra/libgtkhtml/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-3.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/ChangeLog b/gnome-extra/libgtkhtml/ChangeLog index fd0398c3cf5b..b7c21eb6d7ea 100644 --- a/gnome-extra/libgtkhtml/ChangeLog +++ b/gnome-extra/libgtkhtml/ChangeLog @@ -1,6 +1,9 @@ # 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.116 2005/04/02 05:04:49 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/ChangeLog,v 1.117 2005/04/07 15:20:07 blubb Exp $ + + 07 Apr 2005; Simon Stelling <blubb@gentoo.org> libgtkhtml-3.2.4.ebuild: + stable on amd64 02 Apr 2005; Stephen P. Becker <geoman@gentoo.org> libgtkhtml-3.2.4.ebuild: diff --git a/gnome-extra/libgtkhtml/libgtkhtml-3.2.4.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-3.2.4.ebuild index aba0b0d2c21e..56dbd7ab9b00 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-3.2.4.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-3.2.4.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.2.4.ebuild,v 1.9 2005/04/02 05:04:49 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-3.2.4.ebuild,v 1.10 2005/04/07 15:20:07 blubb Exp $ inherit gnome2 versionator eutils @@ -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.2" -KEYWORDS="x86 ppc sparc hppa alpha ia64 ~amd64 mips arm" +KEYWORDS="x86 ppc sparc hppa alpha ia64 amd64 mips arm" IUSE="" S=${WORKDIR}/${MY_P} |