diff options
author | 2007-05-10 15:03:37 +0000 | |
---|---|---|
committer | 2007-05-10 15:03:37 +0000 | |
commit | fd27788685afe722edcae542fe0c177b4abb0dcd (patch) | |
tree | fb2efb7580ef7e0e55c5de1c2f49bdf468673c55 /www-servers | |
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')
-rw-r--r-- | www-servers/mini_httpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-servers/mini_httpd/ChangeLog b/www-servers/mini_httpd/ChangeLog index 2a9724192b08..9b77643ac391 100644 --- a/www-servers/mini_httpd/ChangeLog +++ b/www-servers/mini_httpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/mini_httpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.7 2007/02/22 00:26:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.8 2007/05/10 15:03:37 fmccor Exp $ + + 10 May 2007; Ferris McCormick <fmccor@gentoo.org> mini_httpd-1.19.ebuild: + Add ~sparc keyword at user (renihs) request --- Bug #177923 --- no problems + encountered. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 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 )" |