diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-03 15:25:50 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-03 15:25:50 +0000 |
commit | 978786d887c34032f7835e7a0c7d631b83b8cc90 (patch) | |
tree | 065067dd86cb749f77646a77ee7a851ce8f9a8d9 /gnome-extra | |
parent | masked media-libs/crystalspace and media-libs/cel (diff) | |
download | historical-978786d887c34032f7835e7a0c7d631b83b8cc90.tar.gz historical-978786d887c34032f7835e7a0c7d631b83b8cc90.tar.bz2 historical-978786d887c34032f7835e7a0c7d631b83b8cc90.zip |
mark x86
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild index 5f02bfc18f4b..c8d466b2e379 100644 --- a/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild +++ b/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild,v 1.2 2003/03/09 19:47:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-2.2.1.ebuild,v 1.3 2003/04/03 15:25:50 foser Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="a Gtk+ based HTML rendering library" HOMEPAGE="http://www.gnome.org/" SLOT="1" LICENSE="LGPL-2.1 GPL-2" -KEYWORDS="~x86 ~ppc alpha ~sparc" +KEYWORDS="x86 ~ppc alpha ~sparc" RDEPEND=">=x11-libs/gtk+-2.1 >=dev-libs/libxml2-2.4.16 @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO docs/IDEAS" -MAKEOPTS="-j1" +MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} |