diff options
author | 2015-01-12 22:54:24 +0000 | |
---|---|---|
committer | 2015-01-12 22:54:24 +0000 | |
commit | 54a5fb2fce6bc36560b953e51ebb5dc4c75ace08 (patch) | |
tree | a1a508e4fc231ff57233a7b9fb96fac9b898a18b | |
parent | Stable for amd64 wrt bug #530744 (diff) | |
download | gentoo-2-54a5fb2fce6bc36560b953e51ebb5dc4c75ace08.tar.gz gentoo-2-54a5fb2fce6bc36560b953e51ebb5dc4c75ace08.tar.bz2 gentoo-2-54a5fb2fce6bc36560b953e51ebb5dc4c75ace08.zip |
Stable for amd64 wrt bug #535694
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
-rw-r--r-- | www-servers/thttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/thttpd/thttpd-2.27.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog index 3452fc7ccdcf..8993a103d169 100644 --- a/www-servers/thttpd/ChangeLog +++ b/www-servers/thttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thttpd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.80 2015/01/08 21:09:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.81 2015/01/12 22:54:24 nimiux Exp $ + + 12 Jan 2015; Chema Alonso <nimiux@gentoo.org> thttpd-2.27.0.ebuild: + Stable for amd64 wrt bug #535694 08 Jan 2015; Markus Meier <maekke@gentoo.org> thttpd-2.27.0.ebuild: arm stable, bug #535694 diff --git a/www-servers/thttpd/thttpd-2.27.0.ebuild b/www-servers/thttpd/thttpd-2.27.0.ebuild index db8188614cbe..6f5af2c0538d 100644 --- a/www-servers/thttpd/thttpd-2.27.0.ebuild +++ b/www-servers/thttpd/thttpd-2.27.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.2 2015/01/08 21:09:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.3 2015/01/12 22:54:24 nimiux Exp $ EAPI="5" @@ -15,7 +15,7 @@ else MY_P="s${P}" S="${WORKDIR}/${MY_P}" SRC_URI="http://opensource.dyc.edu/pub/sthttpd/${MY_P}.tar.gz" - KEYWORDS="~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="amd64 arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi DESCRIPTION="Fork of thttpd, a small, fast, multiplexing webserver" |