diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:20 +0000 |
commit | c5672b00d3408ff316bee9129072120ed38bdcec (patch) | |
tree | 66914889206b15e2c1726ac8d3c76032384beadc /mail-client | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.tar.gz gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.tar.bz2 gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/balsa-1.4.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-client/balsa/balsa-1.4.3.ebuild b/mail-client/balsa/balsa-1.4.3.ebuild index 1085c085e560..9ff9144c1c11 100644 --- a/mail-client/balsa/balsa-1.4.3.ebuild +++ b/mail-client/balsa/balsa-1.4.3.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/mail-client/balsa/balsa-1.4.3.ebuild,v 1.2 2004/06/24 22:14:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-1.4.3.ebuild,v 1.3 2004/07/14 16:15:08 agriffis Exp $ inherit eutils IUSE="ssl nls cups gtkhtml spell perl" -S=${WORKDIR}/${P} DESCRIPTION="Balsa: email client for GNOME" SRC_URI="http://www.theochem.kth.se/~pawsa/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.balsa.net" |