diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:50:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:50:50 +0000 |
commit | d84b0478ad1c337c80c51414311f8e51850c624e (patch) | |
tree | bd83aed876e5d96ca52850b82ea839312b31af85 /dev-libs/log4c/log4c-1.0.6.ebuild | |
parent | qemu-fast flag (diff) | |
download | gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.tar.gz gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.tar.bz2 gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.zip |
Changed app-text/tetex to virtual/tetex.
Diffstat (limited to 'dev-libs/log4c/log4c-1.0.6.ebuild')
-rw-r--r-- | dev-libs/log4c/log4c-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index 0970c06aa1c9..83c3918b5c9d 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.12 2004/03/14 12:23:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.13 2004/05/17 15:50:50 usata Exp $ DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 sparc" DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 >=media-gfx/graphviz-1.7.15-r2 - >=app-text/tetex-1.0.7-r9" + virtual/tetex" src_compile() { econf || die |