summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-07-07 11:00:17 +0200
committerAgostino Sarubbo <ago@gentoo.org>2017-07-07 11:00:17 +0200
commit4c3857424c6d0ddb9810a3b24f44f54451d25be2 (patch)
treebdb90bb96bb861dde9dd07b72469cd1b3754efa8 /www-servers
parentsys-apps/portage: sparc stable wrt bug #622160 (diff)
downloadgentoo-4c3857424c6d0ddb9810a3b24f44f54451d25be2.tar.gz
gentoo-4c3857424c6d0ddb9810a3b24f44f54451d25be2.tar.bz2
gentoo-4c3857424c6d0ddb9810a3b24f44f54451d25be2.zip
www-servers/thttpd: sparc stable wrt bug #622306
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/thttpd/thttpd-2.27.1.ebuild4
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 17a5baca446e..289c43796622 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 arm x86"
+ KEYWORDS="amd64 arm sparc 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"