diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:43:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:42 +0200 |
commit | 9fed2ce6b3edf733cda50d9108411dcd7f64b80a (patch) | |
tree | 8bae773ca175be34c8f5ba2af73d684436f4b50f /www-servers/thttpd | |
parent | sys-apps/texinfo: ppc64 stable wrt bug #622554 (diff) | |
download | gentoo-9fed2ce6b3edf733cda50d9108411dcd7f64b80a.tar.gz gentoo-9fed2ce6b3edf733cda50d9108411dcd7f64b80a.tar.bz2 gentoo-9fed2ce6b3edf733cda50d9108411dcd7f64b80a.zip |
www-servers/thttpd: ppc64 stable wrt bug #622306
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 366c47093130..2ff4c358e0e9 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 ppc sparc x86" + KEYWORDS="amd64 arm ppc ppc64 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" |