diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 20:14:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 20:14:57 +0000 |
commit | 21b11b14a58c0a404791867cda03da38eca55aa6 (patch) | |
tree | 6f456a3a606c1d960f1b93d8b37a8efd1ecbe2a6 /app-arch/pigz | |
parent | dev-python/pyyaml: Stabilize 5.4.1 arm, #766228 (diff) | |
download | gentoo-21b11b14a58c0a404791867cda03da38eca55aa6.tar.gz gentoo-21b11b14a58c0a404791867cda03da38eca55aa6.tar.bz2 gentoo-21b11b14a58c0a404791867cda03da38eca55aa6.zip |
app-arch/pigz: Stabilize 2.4-r1 for arm, arm64
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/pigz')
-rw-r--r-- | app-arch/pigz/pigz-2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/pigz/pigz-2.4-r1.ebuild b/app-arch/pigz/pigz-2.4-r1.ebuild index d579c3e41013..bd45334879b1 100644 --- a/app-arch/pigz/pigz-2.4-r1.ebuild +++ b/app-arch/pigz/pigz-2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" IUSE="static symlink test" RESTRICT="!test? ( test )" |