From: Agostino Sarubbo Date: Sat, 7 Mar 2020 08:24:19 +0000 (+0100) Subject: dev-libs/xxhash: s390 stable wrt bug #690582 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c5a0b21e97b90b5d30627862f2326145a3b9ec1;p=gentoo.git dev-libs/xxhash: s390 stable wrt bug #690582 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild index 45f304b9d623..f804e2b28c97 100644 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc x86 ~x64-macos" IUSE="static-libs" S="${WORKDIR}/xxHash-${PV}"