diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-10-26 10:14:56 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-10-26 10:14:56 +0000 |
commit | 43ee40d18654805995320d8cf284d3cc6bce82cf (patch) | |
tree | f4a6cf98858de30ca48870151612e45d6c7bd8fa /www-servers/lighttpd | |
parent | herd tag in metadata.xml is required. Returning it back. (diff) | |
download | gentoo-2-43ee40d18654805995320d8cf284d3cc6bce82cf.tar.gz gentoo-2-43ee40d18654805995320d8cf284d3cc6bce82cf.tar.bz2 gentoo-2-43ee40d18654805995320d8cf284d3cc6bce82cf.zip |
Added ~sparc-fbsd keyword.
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index a3b72eea353a..fe631ba63d05 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.84 2006/10/21 21:34:41 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.85 2006/10/26 10:14:56 uberlord Exp $ + + 26 Oct 2006; Roy Marples <uberlord@gentoo.org> lighttpd-1.4.11.ebuild: + Added ~sparc-fbsd keyword. 21 Oct 2006; Thomas Cort <tcort@gentoo.org> lighttpd-1.4.11.ebuild: Stable on alpha. diff --git a/www-servers/lighttpd/lighttpd-1.4.11.ebuild b/www-servers/lighttpd/lighttpd-1.4.11.ebuild index f0a6cd20b960..f781b1bab8a5 100644 --- a/www-servers/lighttpd/lighttpd-1.4.11.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.12 2006/10/21 21:34:41 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.13 2006/10/26 10:14:56 uberlord Exp $ inherit eutils autotools depend.php @@ -10,7 +10,7 @@ SRC_URI="http://www.lighttpd.net/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" 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 |