summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Morgan <jmorgan@gentoo.org>2015-06-02 05:18:52 +0000
committerJack Morgan <jmorgan@gentoo.org>2015-06-02 05:18:52 +0000
commitd1169a752c45ec64982801b9cbb2a989ff11156a (patch)
treedfeb175d1e683bdb899ab85d9a38baebe91392fa /www-servers/thttpd
parentsparc stable wrt bug #536074 (diff)
downloadgentoo-2-d1169a752c45ec64982801b9cbb2a989ff11156a.tar.gz
gentoo-2-d1169a752c45ec64982801b9cbb2a989ff11156a.tar.bz2
gentoo-2-d1169a752c45ec64982801b9cbb2a989ff11156a.zip
sparc stable wrt bug #535694
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r--www-servers/thttpd/ChangeLog5
-rw-r--r--www-servers/thttpd/thttpd-2.27.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog
index b649ab051441..f008c6ef3a66 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.85 2015/04/26 06:58:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.86 2015/06/02 05:18:52 jmorgan Exp $
+
+ 02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> thttpd-2.27.0.ebuild:
+ sparc stable wrt bug #535694
26 Apr 2015; Jeroen Roovers <jer@gentoo.org> thttpd-2.27.0.ebuild:
Stable for PPC64 (bug #535694).
diff --git a/www-servers/thttpd/thttpd-2.27.0.ebuild b/www-servers/thttpd/thttpd-2.27.0.ebuild
index 647ad9bc5a2d..04316a7ca8f7 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.7 2015/04/26 06:58:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.8 2015/06/02 05:18:52 jmorgan Exp $
EAPI="5"
@@ -10,12 +10,12 @@ if [[ ${PV} = 9999* ]]
then
EGIT_REPO_URI="git://opensource.dyc.edu/s${PN}.git"
inherit git-2
- KEYWORDS="ppc64"
+ KEYWORDS="ppc64 sparc"
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"