diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:15:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:15:08 +0000 |
commit | 2cb947e851227508f643f287808f26d47f892ca3 (patch) | |
tree | 58bc6d0a7ddad10683769244fe4563f72d3242cf /mail-client/balsa/balsa-1.4.3.ebuild | |
parent | sync IUSE (+doc) (diff) | |
download | historical-2cb947e851227508f643f287808f26d47f892ca3.tar.gz historical-2cb947e851227508f643f287808f26d47f892ca3.tar.bz2 historical-2cb947e851227508f643f287808f26d47f892ca3.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'mail-client/balsa/balsa-1.4.3.ebuild')
-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" |