diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/thttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/thttpd/thttpd-2.25b-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog index 444d714d3b17..a997984b3c9c 100644 --- a/www-servers/thttpd/ChangeLog +++ b/www-servers/thttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thttpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.9 2005/11/16 02:57:36 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.10 2005/11/16 19:27:24 josejx Exp $ + + 16 Nov 2005; Joseph Jezak <josejx@gentoo.org> thttpd-2.25b-r4.ebuild: + Marked ppc stable for bug #110637. *thttpd-2.25b-r4 (15 Nov 2005) diff --git a/www-servers/thttpd/thttpd-2.25b-r4.ebuild b/www-servers/thttpd/thttpd-2.25b-r4.ebuild index c3ee87573172..74a2c2627995 100644 --- a/www-servers/thttpd/thttpd-2.25b-r4.ebuild +++ b/www-servers/thttpd/thttpd-2.25b-r4.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/thttpd/thttpd-2.25b-r4.ebuild,v 1.1 2005/11/16 02:57:36 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r4.ebuild,v 1.2 2005/11/16 19:27:24 josejx Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.acme.com/software/thttpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="ppc x86" IUSE="static" src_unpack() { |