diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 21:10:17 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 21:04:50 +0300 |
commit | c5936cb682e637518f63fbb5df7a0b1d60600aaf (patch) | |
tree | 835dc8739215c603b2b4040e3889717fa4b3cad4 /dev-perl/GD-Barcode | |
parent | dev-perl/autovivification: keyword ~arm64 (diff) | |
download | gentoo-c5936cb682e637518f63fbb5df7a0b1d60600aaf.tar.gz gentoo-c5936cb682e637518f63fbb5df7a0b1d60600aaf.tar.bz2 gentoo-c5936cb682e637518f63fbb5df7a0b1d60600aaf.zip |
dev-perl/GD-Barcode: keyword ~arm64
Diffstat (limited to 'dev-perl/GD-Barcode')
-rw-r--r-- | dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild index 278633122eaa..ef100077c4a2 100644 --- a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild +++ b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="GD::Barcode - Create barcode image with GD" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="dev-perl/GD" |