diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-05-10 15:03:37 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-05-10 15:03:37 +0000 |
commit | fd27788685afe722edcae542fe0c177b4abb0dcd (patch) | |
tree | fb2efb7580ef7e0e55c5de1c2f49bdf468673c55 /www-servers/mini_httpd/mini_httpd-1.19.ebuild | |
parent | TinyCDB valid too. (diff) | |
download | gentoo-2-fd27788685afe722edcae542fe0c177b4abb0dcd.tar.gz gentoo-2-fd27788685afe722edcae542fe0c177b4abb0dcd.tar.bz2 gentoo-2-fd27788685afe722edcae542fe0c177b4abb0dcd.zip |
Add ~sparc keyword at user (renihs) request --- Bug #177923 --- no problems
encountered.
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-servers/mini_httpd/mini_httpd-1.19.ebuild')
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index eb222f6660e7..5697b902d35a 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.7 2006/12/03 06:26:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.8 2007/05/10 15:03:37 fmccor Exp $ DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="http://www.acme.com/software/mini_httpd/" @@ -8,7 +8,7 @@ SRC_URI="http://www.acme.com/software/mini_httpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="ppc s390 x86" +KEYWORDS="ppc s390 ~sparc x86" IUSE="ssl ipv6" DEPEND="ssl? ( dev-libs/openssl )" |