diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:30:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:30:34 +0000 |
commit | af03c4ea76321990a55e17ad063904238f29394e (patch) | |
tree | 9987cfceb1e51e3bd7708451ef727feb22a2993e /net-mail/base64 | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-af03c4ea76321990a55e17ad063904238f29394e.tar.gz gentoo-2-af03c4ea76321990a55e17ad063904238f29394e.tar.bz2 gentoo-2-af03c4ea76321990a55e17ad063904238f29394e.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/base64')
-rw-r--r-- | net-mail/base64/base64-1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild index a88f76e0288b..0a7c7b299003 100644 --- a/net-mail/base64/base64-1.3.ebuild +++ b/net-mail/base64/base64-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/net-mail/base64/base64-1.3.ebuild,v 1.10 2004/07/01 22:28:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.11 2004/07/15 01:30:16 agriffis Exp $ IUSE="" DESCRIPTION="Command line program that encodes/decodes files in base64" @@ -10,7 +10,6 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc alpha ~ia64 ~ppc ~amd64" DEPEND="virtual/libc" -S=${WORKDIR}/${P} src_compile() { econf || die "econf failed" |