summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-04 22:58:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-04 22:58:29 +0000
commit5e5f55c7b0f396004f34f14dbc3a3605f3335d6e (patch)
tree27a00ead3ff74c60dd2b1eddb39d552d6e37b26c /app-text
parentarm/ia64/ppc stable (Manifest recommit) (diff)
downloadgentoo-2-5e5f55c7b0f396004f34f14dbc3a3605f3335d6e.tar.gz
gentoo-2-5e5f55c7b0f396004f34f14dbc3a3605f3335d6e.tar.bz2
gentoo-2-5e5f55c7b0f396004f34f14dbc3a3605f3335d6e.zip
arm KEYWORDS
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gtkspell/gtkspell-2.0.4-r1.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild
index 02e9efa1450a..43e463a552e1 100644
--- a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.12 2004/08/07 21:32:24 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.13 2004/11/04 22:54:47 vapier Exp $
inherit eutils
@@ -10,12 +10,11 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc ~ppc alpha hppa amd64 ia64 mips"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86"
IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2
>=app-text/enchant-1"
-
DEPEND="${RDEPEND}
sys-devel/autoconf
doc? ( >=dev-util/gtk-doc-0.6 )"
@@ -40,13 +39,7 @@ src_unpack() {
src_compile() {
- local myconf
-
- use doc \
- && myconf="--enable-gtk-doc" \
- || myconf="--disable-gtk-doc"
-
- econf ${myconf} || die
+ econf $(use_enable doc gtk-doc) || die
emake || die "compile failure"
}