diff options
author | 2009-09-23 16:17:15 +0000 | |
---|---|---|
committer | 2009-09-23 16:17:15 +0000 | |
commit | 0f5e547b19e13d0aa0193b6ed012671794ab12e9 (patch) | |
tree | 882c3dc5f8653b07aa95a6726336bd7757818e7d /www-servers/lighttpd/lighttpd-1.4.23.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-0f5e547b19e13d0aa0193b6ed012671794ab12e9.tar.gz gentoo-2-0f5e547b19e13d0aa0193b6ed012671794ab12e9.tar.bz2 gentoo-2-0f5e547b19e13d0aa0193b6ed012671794ab12e9.zip |
add pkgconfig build dep, bug 282666
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/lighttpd/lighttpd-1.4.23.ebuild')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.23.ebuild b/www-servers/lighttpd/lighttpd-1.4.23.ebuild index 18ab967d2e0a..1377711af7e9 100644 --- a/www-servers/lighttpd/lighttpd-1.4.23.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.1 2009/07/07 12:08:05 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v 1.2 2009/09/23 16:17:15 darkside Exp $ EAPI="2" @@ -36,6 +36,7 @@ RDEPEND=" xattr? ( kernel_linux? ( sys-apps/attr ) )" DEPEND="${RDEPEND} + dev-util/pkgconfig doc? ( dev-python/docutils ) test? ( virtual/perl-Test-Harness |