From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8069E139698 for ; Thu, 15 Jun 2017 16:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB6E21C1ED; Thu, 15 Jun 2017 16:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B04C121C1ED for ; Thu, 15 Jun 2017 16:27:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 591D4341833 for ; Thu, 15 Jun 2017 16:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1625747C for ; Thu, 15 Jun 2017 16:27:36 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1497543850.0772cdba60b2561fbf73e2c8adc375740b69ee6f.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD-Barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild X-VCS-Directories: dev-perl/GD-Barcode/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0772cdba60b2561fbf73e2c8adc375740b69ee6f X-VCS-Branch: master Date: Thu, 15 Jun 2017 16:27:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c43a881-3e2d-4247-bbf7-945e55e9ad5e X-Archives-Hash: 4b35d5608eeb4c2689391da1c7873052 commit: 0772cdba60b2561fbf73e2c8adc375740b69ee6f Author: Markus Meier gentoo org> AuthorDate: Thu Jun 15 16:24:10 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Jun 15 16:24:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0772cdba dev-perl/GD-Barcode: add ~arm, bug #620228 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild | 4 ++-- 1 file 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 08bef1a8a2c..278633122ea 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-2014 Gentoo Foundation +# Copyright 1999-2017 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 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND="dev-perl/GD"