diff options
author | Markus Meier <maekke@gentoo.org> | 2017-07-07 08:16:07 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-07-07 08:16:07 +0200 |
commit | 902c11865daafed4b86024ed660097054585218f (patch) | |
tree | 4ab8ec7dea01823d5b7dcec17194d91f2735171b /www-servers/thttpd | |
parent | dev-ruby/trollop: add ruby24 (diff) | |
download | gentoo-902c11865daafed4b86024ed660097054585218f.tar.gz gentoo-902c11865daafed4b86024ed660097054585218f.tar.bz2 gentoo-902c11865daafed4b86024ed660097054585218f.zip |
www-servers/thttpd: arm stable, bug #622306
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r-- | www-servers/thttpd/thttpd-2.27.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1.ebuild index e1068689c3a5..17a5baca446e 100644 --- a/www-servers/thttpd/thttpd-2.27.1.ebuild +++ b/www-servers/thttpd/thttpd-2.27.1.ebuild @@ -9,12 +9,12 @@ if [[ ${PV} = 9999* ]] then EGIT_REPO_URI="https://github.com/blueness/sthttpd.git" inherit git-r3 - KEYWORDS="amd64 x86" + KEYWORDS="amd64 arm x86" else MY_P="s${P}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/blueness/sthttpd/archive/v${PV}.tar.gz -> ${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" |