diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 20:01:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 20:19:19 +0300 |
commit | 1a65657adb87d2ca7cbcce3eb66b5a228f0f4c65 (patch) | |
tree | a0bd45e977321d69d4c5512ae9e96bbffa34c562 | |
parent | app-arch/brotli: mark s390 stable (diff) | |
download | gentoo-1a65657adb87d2ca7cbcce3eb66b5a228f0f4c65.tar.gz gentoo-1a65657adb87d2ca7cbcce3eb66b5a228f0f4c65.tar.bz2 gentoo-1a65657adb87d2ca7cbcce3eb66b5a228f0f4c65.zip |
dev-libs/xxhash: Add ~s390 keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-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 06493b20df91..41222a340a13 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-2018 Gentoo Authors +# Copyright 1999-2019 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x64-macos" IUSE="static-libs" S="${WORKDIR}/xxHash-${PV}" |