diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-07 09:24:19 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-07 09:24:19 +0100 |
commit | 2c5a0b21e97b90b5d30627862f2326145a3b9ec1 (patch) | |
tree | 2033f3d1adfb2aa6b3d1a0fa571d66beb0199c7e /dev-libs/xxhash | |
parent | sys-auth/pambase: Version bump (v20200304) (diff) | |
download | gentoo-2c5a0b21e97b90b5d30627862f2326145a3b9ec1.tar.gz gentoo-2c5a0b21e97b90b5d30627862f2326145a3b9ec1.tar.bz2 gentoo-2c5a0b21e97b90b5d30627862f2326145a3b9ec1.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |