diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:03:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:03:59 +0000 |
commit | 22e92ef3a20f9a0ed97c946de9c59521a91af5dc (patch) | |
tree | a53edda0dc310ed94e0a37842ef09189fc16298c /dev-libs/log4cxx | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-22e92ef3a20f9a0ed97c946de9c59521a91af5dc.tar.gz gentoo-2-22e92ef3a20f9a0ed97c946de9c59521a91af5dc.tar.bz2 gentoo-2-22e92ef3a20f9a0ed97c946de9c59521a91af5dc.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 |