diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-03-27 17:27:55 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-03-27 17:27:55 +0000 |
commit | 02b61fc834fbd9bccbdfdec9e03d2b41b7bdd2dc (patch) | |
tree | 71dbeaad8a8a7b4efcaed4eecbd8abb41e5c3977 /www-servers | |
parent | Added php support (diff) | |
download | historical-02b61fc834fbd9bccbdfdec9e03d2b41b7bdd2dc.tar.gz historical-02b61fc834fbd9bccbdfdec9e03d2b41b7bdd2dc.tar.bz2 historical-02b61fc834fbd9bccbdfdec9e03d2b41b7bdd2dc.zip |
Added php support
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/thttpd/thttpd-2.25b-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/thttpd/thttpd-2.25b-r2.ebuild b/www-servers/thttpd/thttpd-2.25b-r2.ebuild index 305208cdd0d6..12311a86853a 100644 --- a/www-servers/thttpd/thttpd-2.25b-r2.ebuild +++ b/www-servers/thttpd/thttpd-2.25b-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r2.ebuild,v 1.1 2005/03/27 17:26:44 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r2.ebuild,v 1.2 2005/03/27 17:27:55 stuart Exp $ PHPSAPI="thttpd" MY_PHP_P="php-5.0.3" MY_THTTPD_P="${P%[a-z]*}" -inherit php5-sapi-r1 flag-o-matic +inherit php5-sapi-r2 flag-o-matic DESCRIPTION="Small and fast multiplexing webserver." HOMEPAGE="http://www.acme.com/software/thttpd/" |