summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Becker <geoman@gentoo.org>2004-03-14 01:23:26 +0000
committerStephen Becker <geoman@gentoo.org>2004-03-14 01:23:26 +0000
commit9a325ae13206f45716f8ad7bcd0db2d62ec6eb04 (patch)
tree44bc59079ea3e4ef40c31de55db269a3bef04bfc /app-text/enchant/enchant-1.1.3.ebuild
parentremove extra SLOT; don't assign default to S; header fix (diff)
downloadhistorical-9a325ae13206f45716f8ad7bcd0db2d62ec6eb04.tar.gz
historical-9a325ae13206f45716f8ad7bcd0db2d62ec6eb04.tar.bz2
historical-9a325ae13206f45716f8ad7bcd0db2d62ec6eb04.zip
Added gnuconfig tweak for mipslinux, and added ~mips keyword.
Diffstat (limited to 'app-text/enchant/enchant-1.1.3.ebuild')
-rw-r--r--app-text/enchant/enchant-1.1.3.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/enchant/enchant-1.1.3.ebuild b/app-text/enchant/enchant-1.1.3.ebuild
index 4881259f02a2..55263c283286 100644
--- a/app-text/enchant/enchant-1.1.3.ebuild
+++ b/app-text/enchant/enchant-1.1.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.1 2004/02/07 18:52:40 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.2 2004/03/14 01:23:26 geoman Exp $
-inherit gnome2
+inherit gnome2 gnuconfig
DESCRIPTION="Spellchecker wrapping library"
HOMEPAGE="http://www.abisource.com/enchant/"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ia64 ~mips"
IUSE=""
# FIXME : some sort of proper spellchecker selection needed
@@ -26,4 +26,7 @@ RDEPEND=">=dev-libs/glib-2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+#allow to build on mipslinux systems
+use mips && gnuconfig_update
+
DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"