summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-09-21 14:01:05 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-09-21 14:01:05 +0000
commite7f613f4853d37b0173a8fcf93eb76e74fc3dc92 (patch)
treeaaa1551c0187c9369496bc55f4ea05e46a9e1c6d /www-servers
parentKeyworded ~sparc (diff)
downloadgentoo-2-e7f613f4853d37b0173a8fcf93eb76e74fc3dc92.tar.gz
gentoo-2-e7f613f4853d37b0173a8fcf93eb76e74fc3dc92.tar.bz2
gentoo-2-e7f613f4853d37b0173a8fcf93eb76e74fc3dc92.zip
Keyworded ~sparc, makes ciaranm and geoman happy
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index fcb0fbf532fa..a910f183e895 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.44 2005/09/17 01:49:28 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.45 2005/09/21 14:01:05 gustavoz Exp $
+
+ 21 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> lighttpd-1.4.3.ebuild:
+ Keyworded ~sparc, makes ciaranm and geoman happy
*lighttpd-1.4.4 (17 Sep 2005)
diff --git a/www-servers/lighttpd/lighttpd-1.4.3.ebuild b/www-servers/lighttpd/lighttpd-1.4.3.ebuild
index 87d13e909e5d..56e9c6f124ed 100644
--- a/www-servers/lighttpd/lighttpd-1.4.3.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.3.ebuild
@@ -1,6 +1,6 @@
# 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.4.3.ebuild,v 1.2 2005/09/14 19:37:00 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.3 2005/09/21 14:01:05 gustavoz Exp $
inherit eutils depend.php
@@ -10,7 +10,7 @@ SRC_URI="http://www.lighttpd.net/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php rrdtool ssl test webdav xattr"
RDEPEND=">=sys-libs/zlib-1.1