diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-26 20:41:54 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-26 20:53:47 +0200 |
commit | b51622d668cd91731e7c23ca0a4c10b2490e842f (patch) | |
tree | 161585d5b151d6e8d8602e50962820240120c1ed /app-arch | |
parent | app-emulation/dosemu: x86 stable (bug #632550) (diff) | |
download | gentoo-b51622d668cd91731e7c23ca0a4c10b2490e842f.tar.gz gentoo-b51622d668cd91731e7c23ca0a4c10b2490e842f.tar.bz2 gentoo-b51622d668cd91731e7c23ca0a4c10b2490e842f.zip |
app-arch/zstd: x86 stable (bug #634528)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zstd/zstd-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/zstd/zstd-1.3.2.ebuild b/app-arch/zstd/zstd-1.3.2.ebuild index ceb9093dea54..61d5755567fc 100644 --- a/app-arch/zstd/zstd-1.3.2.ebuild +++ b/app-arch/zstd/zstd-1.3.2.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="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils" |