diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
commit | fe0b0b70a2261c003748e4def4956fab9a3e0af3 (patch) | |
tree | 87e8c3064304ed8241009914f051898a810d41e4 /dev-libs/log4cpp | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.tar.gz historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.tar.bz2 historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/log4cpp')
-rw-r--r-- | dev-libs/log4cpp/log4cpp-0.3.4b.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild index 7bc035dfdf83..134ac6acbdcd 100644 --- a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild +++ b/dev-libs/log4cpp/log4cpp-0.3.4b.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/log4cpp/log4cpp-0.3.4b.ebuild,v 1.11 2004/07/02 04:51:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.12 2004/07/14 14:59:16 agriffis Exp $ DESCRIPTION="library of C++ classes for flexible logging to files, syslog, IDSA and other destinations" HOMEPAGE="http://log4cpp.sourcforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/log4cpp/${PN}-0.3.4b.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc amd64 s390" +IUSE="" DEPEND="virtual/libc" |