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 | a4ef8cb4bd41c8d0650047116a5a8ed94657a22b (patch) | |
tree | 0bac5c987b9662c1ecaf4b800d9bbccf9a7b92d6 /gnome-extra | |
parent | masked media-libs/crystalspace and media-libs/cel (diff) | |
download | gentoo-2-a4ef8cb4bd41c8d0650047116a5a8ed94657a22b.tar.gz gentoo-2-a4ef8cb4bd41c8d0650047116a5a8ed94657a22b.tar.bz2 gentoo-2-a4ef8cb4bd41c8d0650047116a5a8ed94657a22b.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} |