diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 04:01:46 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 04:01:46 +0200 |
commit | 06ab0413ee52e5e445b57e0bd6b9798df2df2d8b (patch) | |
tree | a418a7c47dab9f87fbdf4d8dd1cd7448849e159c /app-arch | |
parent | profiles: mask dev-python/setuptools_scm-6.1.0 in addition to 6.2.0 (diff) | |
download | gentoo-06ab0413ee52e5e445b57e0bd6b9798df2df2d8b.tar.gz gentoo-06ab0413ee52e5e445b57e0bd6b9798df2df2d8b.tar.bz2 gentoo-06ab0413ee52e5e445b57e0bd6b9798df2df2d8b.zip |
app-arch/zstd: Keyword ~m68k, let's see how things go.
Citing upstream: "And to be honest, I'm impressed v1.4.9 runs so well."
Note that so far 1.5.0 does not work at all.
Bug: https://github.com/facebook/zstd/issues/2756
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zstd/zstd-1.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/zstd/zstd-1.4.9.ebuild b/app-arch/zstd/zstd-1.4.9.ebuild index da3fe8961c8c..c815d95ab68c 100644 --- a/app-arch/zstd/zstd-1.4.9.ebuild +++ b/app-arch/zstd/zstd-1.4.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="lz4 static-libs +threads" RDEPEND="app-arch/xz-utils |