Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/thttpd/
Date: Wed, 28 Jun 2017 13:19:49
Message-Id: 1498655945.bfdb74e4025360476763fb9d283ff2dcb96619ff.ago@gentoo
1 commit: bfdb74e4025360476763fb9d283ff2dcb96619ff
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 13:19:05 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 13:19:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdb74e4
7
8 www-servers/thttpd: amd64 stable wrt bug #622306
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 www-servers/thttpd/thttpd-2.27.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1.ebuild
18 index de37464fa18..9cdabd1918a 100644
19 --- a/www-servers/thttpd/thttpd-2.27.1.ebuild
20 +++ b/www-servers/thttpd/thttpd-2.27.1.ebuild
21 @@ -9,12 +9,12 @@ if [[ ${PV} = 9999* ]]
22 then
23 EGIT_REPO_URI="https://github.com/blueness/sthttpd.git"
24 inherit git-r3
25 - KEYWORDS=""
26 + KEYWORDS="amd64"
27 else
28 MY_P="s${P}"
29 S="${WORKDIR}/${MY_P}"
30 SRC_URI="https://github.com/blueness/sthttpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
32 + KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
33 fi
34
35 DESCRIPTION="Fork of thttpd, a small, fast, multiplexing webserver"