diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:02:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:02:59 +0000 |
commit | 0b27f0ac4b93b26a877945568d82b430824832a5 (patch) | |
tree | 8750e90cd0dcf3972e10b6c28c3bbfeade1587d5 /app-text/enchant | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-0b27f0ac4b93b26a877945568d82b430824832a5.tar.gz gentoo-2-0b27f0ac4b93b26a877945568d82b430824832a5.tar.bz2 gentoo-2-0b27f0ac4b93b26a877945568d82b430824832a5.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.1.3.ebuild b/app-text/enchant/enchant-1.1.3.ebuild index 4953e4ae762f..0a7ed2164810 100644 --- a/app-text/enchant/enchant-1.1.3.ebuild +++ b/app-text/enchant/enchant-1.1.3.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/enchant/enchant-1.1.3.ebuild,v 1.9 2004/07/03 21:19:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.10 2004/07/13 23:02:59 agriffis Exp $ inherit gnome2 gnuconfig @@ -27,6 +27,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" #allow to build on mipslinux systems -use mips && gnuconfig_update +gnuconfig_update DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO" |