diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:59:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:59:43 +0000 |
commit | 4af5b4c6282732f20b91b010c8eb9f3d840c6ed5 (patch) | |
tree | db940c6070f6e0644b7cadedc92b1415e1e3c3e7 /app-text/gnome-spell | |
parent | sync IUSE (+X) (Manifest recommit) (diff) | |
download | gentoo-2-4af5b4c6282732f20b91b010c8eb9f3d840c6ed5.tar.gz gentoo-2-4af5b4c6282732f20b91b010c8eb9f3d840c6ed5.tar.bz2 gentoo-2-4af5b4c6282732f20b91b010c8eb9f3d840c6ed5.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.5.ebuild | 3 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-text/gnome-spell/gnome-spell-0.5.ebuild b/app-text/gnome-spell/gnome-spell-0.5.ebuild index e17c3c32b329..1360528e85dd 100644 --- a/app-text/gnome-spell/gnome-spell-0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-0.5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.19 2004/07/13 21:57:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.20 2004/07/14 01:59:43 agriffis Exp $ IUSE="nls" inherit gnome.org libtool -S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." HOMEPAGE="http://www.gnome.org/" 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 428535ef9a5e..24742955464f 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # 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.11 2004/06/24 22:36:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.12 2004/07/14 01:59:43 agriffis Exp $ IUSE="" inherit gnome.org gnome2 libtool debug # because this an unstable package -S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." HOMEPAGE="http://www.gnome.org/" |