diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:10:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:10:52 +0000 |
commit | 61808fe131067602e3af87d46346144f1def3ed6 (patch) | |
tree | 646b495f69186f0b039fc89ea2760208848468aa /dev-libs/log4cxx | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-61808fe131067602e3af87d46346144f1def3ed6.tar.gz historical-61808fe131067602e3af87d46346144f1def3ed6.tar.bz2 historical-61808fe131067602e3af87d46346144f1def3ed6.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.9.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/log4cxx/log4cxx-0.9.5.ebuild b/dev-libs/log4cxx/log4cxx-0.9.5.ebuild index 81836ee74f26..af430c8a528d 100644 --- a/dev-libs/log4cxx/log4cxx-0.9.5.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.9.5.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/dev-libs/log4cxx/log4cxx-0.9.5.ebuild,v 1.4 2004/07/02 04:51:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.9.5.ebuild,v 1.5 2004/07/14 14:59:44 agriffis Exp $ DESCRIPTION="Library of C++ classes for flexible logging to files, syslog and other destinations" HOMEPAGE="http://log4cxx.sourceforge.net/" @@ -15,7 +15,6 @@ DEPEND="virtual/libc dev-libs/libxml2" RDEPEND="" -S="${WORKDIR}/${P}" src_compile() { ./autogen.sh |