summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-11 01:30:38 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-11 01:30:38 +0000
commit5bf7c1e5c6533d90ea9b15d616ea433fce865e21 (patch)
tree501c0621b77dc18297c56f23177c62439f7ffeac /gnome-extra/gtkhtml
parentFixed way of how the ebuild handles patches. (Manifest recommit) (diff)
downloadgentoo-2-5bf7c1e5c6533d90ea9b15d616ea433fce865e21.tar.gz
gentoo-2-5bf7c1e5c6533d90ea9b15d616ea433fce865e21.tar.bz2
gentoo-2-5bf7c1e5c6533d90ea9b15d616ea433fce865e21.zip
~amd64
Diffstat (limited to 'gnome-extra/gtkhtml')
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
index ababdb9877ef..f875d9962521 100644
--- a/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild
@@ -1,13 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild,v 1.1 2004/02/06 02:09:59 spider Exp $
-
-IUSE="nls gnome"
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10-r1.ebuild,v 1.2 2004/02/11 01:30:33 vapier Exp $
inherit gnome.org libtool
MY_PV="`echo ${PV} | cut -d. -f1,2`"
-S="${WORKDIR}/${P}"
DESCRIPTION="Lightweight HTML rendering/printing/editing engine."
HOMEPAGE="http://www.gnome.org/"
@@ -16,7 +13,8 @@ LICENSE="GPL-2 LGPL-2.1"
# not compile, so not sure as to what to set SLOT to .. it could be
# that new versions will support 1.[12] of gtkhtml ...
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa"
+KEYWORDS="x86 ppc sparc alpha hppa ~amd64"
+IUSE="nls gnome"
# peg gtkhtml at gal-0.23 because it might get confused with gal-1.99
RDEPEND="=gnome-extra/gal-0.24*
@@ -29,7 +27,6 @@ RDEPEND="=gnome-extra/gal-0.24*
<gnome-base/gconf-1.1.0"
# gnome? ( <gnome-base/gconf-1.1.0 )
# Borks without gconf in most cases
-
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext
>=dev-util/intltool-0.11 )"
@@ -144,4 +141,3 @@ src_install() {
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
}
-