diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-03-14 01:23:26 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-03-14 01:23:26 +0000 |
commit | 1b7d4ac0886642a8f1d507165ba7fb6cac5b70de (patch) | |
tree | 0d479bc17c831fcd33aa1ded67b526e0c6f6ae27 /app-text | |
parent | remove extra SLOT; don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-1b7d4ac0886642a8f1d507165ba7fb6cac5b70de.tar.gz gentoo-2-1b7d4ac0886642a8f1d507165ba7fb6cac5b70de.tar.bz2 gentoo-2-1b7d4ac0886642a8f1d507165ba7fb6cac5b70de.zip |
Added gnuconfig tweak for mipslinux, and added ~mips keyword.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.1.3.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index d240c8f6c5eb..5444c87ca928 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enchant # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.23 2004/03/09 23:12:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.24 2004/03/14 01:23:26 geoman Exp $ + + 13 Mar 2004; Stephen P. Becker <geoman@gentoo.org> enchant-1.1.3.ebuild: + Added gnuconfig tweak for mipslinux systems, and added ~mips keyword. 09 Mar 2004; <agriffis@gentoo.org> enchant-1.1.2.ebuild: stable on alpha and ia64 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" |