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 7EBBC139696 for ; Sun, 18 Jun 2017 09:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88316E0BF0; Sun, 18 Jun 2017 09:51:53 +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 6570BE0BE5 for ; Sun, 18 Jun 2017 09:51:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BD5E3419DB for ; Sun, 18 Jun 2017 09:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6FAB7485 for ; Sun, 18 Jun 2017 09:51:50 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497779476.3e6013f85c295bac37a805cc481d42ad8a86795e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.26.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3e6013f85c295bac37a805cc481d42ad8a86795e X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:51:50 +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: 449ae401-4662-42e8-9bb0-547cfd78c3a3 X-Archives-Hash: 9febae15f82525d81b618f5539c1c33d commit: 3e6013f85c295bac37a805cc481d42ad8a86795e Author: Alexis Ballier gentoo org> AuthorDate: Sat Jun 17 15:00:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 18 09:51:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6013f8 media-gfx/exiv2: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-gfx/exiv2/exiv2-0.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/exiv2/exiv2-0.26.ebuild b/media-gfx/exiv2/exiv2-0.26.ebuild index ccd862cf78f..c63f2a26e98 100644 --- a/media-gfx/exiv2/exiv2-0.26.ebuild +++ b/media-gfx/exiv2/exiv2-0.26.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.exiv2.org/builds/${P}-trunk.tar.gz" LICENSE="GPL-2" SLOT="0/26" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE_LINGUAS="bs de es fi fr gl ms pl pt ru sk sv ug uk vi" IUSE="doc examples nls png webready xmp $(printf 'linguas_%s ' ${IUSE_LINGUAS})"