diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-02 12:44:23 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-02 12:44:23 +0000 |
commit | 173854169a7bd1cce17139eac77d5270c9251b5b (patch) | |
tree | d929c9a8e59f9a8607a0237c051dce570312a081 /www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild | |
parent | Added to ~amd64. (diff) | |
download | gentoo-2-173854169a7bd1cce17139eac77d5270c9251b5b.tar.gz gentoo-2-173854169a7bd1cce17139eac77d5270c9251b5b.tar.bz2 gentoo-2-173854169a7bd1cce17139eac77d5270c9251b5b.zip |
Added RESTRICT=test until the tests are fixed.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild b/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild index 5e28f9284b9d..4c29649e7798 100644 --- a/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild @@ -1,16 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild,v 1.1 2005/05/13 13:49:34 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.3.13-r1.ebuild,v 1.2 2005/07/02 12:44:23 ka0ttic Exp $ inherit eutils +RESTRICT="test" + DESCRIPTION="lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" SRC_URI="http://www.lighttpd.net/download/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="mysql ssl php xattr ldap" + RDEPEND="virtual/libc app-arch/bzip2 >=dev-libs/libpcre-3.1 |