diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-06 12:52:56 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-06 12:52:56 +0000 |
commit | 5455f725d60b8422ef309fd8626e23743484b6be (patch) | |
tree | c8a672a7dbf52217d8a4acc89f7b81bd5dc50a00 /dev-libs/libdaemon/libdaemon-0.8.ebuild | |
parent | Remove old ebuild. (diff) | |
download | historical-5455f725d60b8422ef309fd8626e23743484b6be.tar.gz historical-5455f725d60b8422ef309fd8626e23743484b6be.tar.bz2 historical-5455f725d60b8422ef309fd8626e23743484b6be.zip |
Remove www-client/lynx dep if USE=doc as it's only needed to regenerate the README, bug 98102.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/libdaemon/libdaemon-0.8.ebuild')
-rw-r--r-- | dev-libs/libdaemon/libdaemon-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libdaemon/libdaemon-0.8.ebuild b/dev-libs/libdaemon/libdaemon-0.8.ebuild index 44dffc7f966a..03608ebf8e3e 100644 --- a/dev-libs/libdaemon/libdaemon-0.8.ebuild +++ b/dev-libs/libdaemon/libdaemon-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.8.ebuild,v 1.2 2005/07/04 12:29:56 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.8.ebuild,v 1.3 2005/07/06 12:52:56 ka0ttic Exp $ DESCRIPTION="Simple library for creating daemon processes in C" HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/" @@ -11,10 +11,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="doc" -DEPEND="doc? ( app-doc/doxygen www-client/lynx )" +DEPEND="doc? ( app-doc/doxygen )" src_compile() { - econf $(use_enable doc lynx) || die "econf failed" + econf --disable-lynx || die "econf failed" emake || die "emake failed" if use doc ; then |