diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 17:06:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 17:30:18 +0100 |
commit | 24226e0f11a6717dadb9dc93d11e896c16069fc6 (patch) | |
tree | 3891896c04debe2ce4184c3a203c22250cad0cd5 /app-arch/pixz | |
parent | net-libs/miniupnpc: x86 stable (bug #760198) (diff) | |
download | gentoo-24226e0f11a6717dadb9dc93d11e896c16069fc6.tar.gz gentoo-24226e0f11a6717dadb9dc93d11e896c16069fc6.tar.bz2 gentoo-24226e0f11a6717dadb9dc93d11e896c16069fc6.zip |
app-arch/pixz: x86 stable (bug #760785)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch/pixz')
-rw-r--r-- | app-arch/pixz/pixz-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/pixz/pixz-1.0.7.ebuild b/app-arch/pixz/pixz-1.0.7.ebuild index 8f4f7d97abe6..ceeffb06fedf 100644 --- a/app-arch/pixz/pixz-1.0.7.ebuild +++ b/app-arch/pixz/pixz-1.0.7.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools else SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc x86" fi DESCRIPTION="Parallel Indexed XZ compressor" |