diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:49:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:49:41 +0000 |
commit | 14afc7ac4f63d55e776e6880f47f1c635021b0cc (patch) | |
tree | c935d59c46497de060f501912e5e27df91538d54 /www-servers/mini_httpd/mini_httpd-1.19.ebuild | |
parent | (no commit message) (diff) | |
download | gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.gz gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.tar.bz2 gentoo-2-14afc7ac4f63d55e776e6880f47f1c635021b0cc.zip |
*** empty log message ***
Diffstat (limited to 'www-servers/mini_httpd/mini_httpd-1.19.ebuild')
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 97bdbf13106a..625bafd55ee7 100644 --- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild +++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.1 2004/08/08 17:37:46 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.1.1.1 2005/11/30 09:46:47 chriswhite Exp $ DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="http://www.acme.com/software/mini_httpd/" @@ -8,14 +8,12 @@ SRC_URI="http://www.acme.com/software/mini_httpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="ppc ~s390 ~x86" IUSE="ssl ipv6" DEPEND="virtual/libc ssl? ( dev-libs/openssl )" -S=${WORKDIR}/${P} - src_compile() { ## we need to hack a bit to have the correct install-dir -- no autoconf :( mv Makefile Makefile.org |