diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 02:04:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-17 02:04:53 +0000 |
commit | 77644d9aace53c709085366cdb04d692c4805426 (patch) | |
tree | d1129e3f7ae37139bde4c681c528ce4e3f020a80 /app-text/gnome-spell/gnome-spell-1.0.5.ebuild | |
parent | Modified 3204 ebuild to hopefully fix problems with merging on amd64. Also a... (diff) | |
download | gentoo-2-77644d9aace53c709085366cdb04d692c4805426.tar.gz gentoo-2-77644d9aace53c709085366cdb04d692c4805426.tar.bz2 gentoo-2-77644d9aace53c709085366cdb04d692c4805426.zip |
only one inherit line
Diffstat (limited to 'app-text/gnome-spell/gnome-spell-1.0.5.ebuild')
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild index 124e6c3883bc..f411fb5e3eed 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.9 2004/04/27 03:17:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.10 2004/06/17 02:01:40 mr_bones_ Exp $ IUSE="" -inherit gnome.org gnome2 libtool -inherit debug # because this an unstable package +inherit gnome.org gnome2 libtool debug # because this an unstable package S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." |