diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-04 05:47:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-06 20:01:02 +0200 |
commit | 607f47019a60c82d004774ea977ee13ca4ada37c (patch) | |
tree | 81227a31bf34dacd49e8edd3ea4b53ab40f6b3ca /sys-process/parallel | |
parent | sys-apps/moreutils: arm keyworded (bug #722788) (diff) | |
download | gentoo-607f47019a60c82d004774ea977ee13ca4ada37c.tar.gz gentoo-607f47019a60c82d004774ea977ee13ca4ada37c.tar.bz2 gentoo-607f47019a60c82d004774ea977ee13ca4ada37c.zip |
sys-process/parallel: arm keyworded (bug #722558)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/parallel')
-rw-r--r-- | sys-process/parallel/parallel-20200422.ebuild | 2 | ||||
-rw-r--r-- | sys-process/parallel/parallel-20200522.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/parallel/parallel-20200422.ebuild b/sys-process/parallel/parallel-20200422.ebuild index 6f709a32e289..d3475aaf88dd 100644 --- a/sys-process/parallel/parallel-20200422.ebuild +++ b/sys-process/parallel/parallel-20200422.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-lang/perl:= dev-perl/Devel-Size diff --git a/sys-process/parallel/parallel-20200522.ebuild b/sys-process/parallel/parallel-20200522.ebuild index c43f9391987e..b26f0ef3040a 100644 --- a/sys-process/parallel/parallel-20200522.ebuild +++ b/sys-process/parallel/parallel-20200522.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="dev-lang/perl:= dev-perl/Devel-Size |