summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-04 22:54:47 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-04 22:54:47 +0000
commit29a489f52fe0fb653c33524c5c2036277faa46ca (patch)
treeb25e8b7df91b272f8b063bd8fe779de23314ea6a /app-text/gtkspell
parentarm/ia64/ppc stable (diff)
downloadhistorical-29a489f52fe0fb653c33524c5c2036277faa46ca.tar.gz
historical-29a489f52fe0fb653c33524c5c2036277faa46ca.tar.bz2
historical-29a489f52fe0fb653c33524c5c2036277faa46ca.zip
arm KEYWORDS
Diffstat (limited to 'app-text/gtkspell')
-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"
}