From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F961138262 for ; Tue, 17 May 2016 18:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E0921C012; Tue, 17 May 2016 18:29:44 +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 B2C5E21C012 for ; Tue, 17 May 2016 18:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2387340BA2 for ; Tue, 17 May 2016 18:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D2E2327 for ; Tue, 17 May 2016 18:29:38 +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: <1463509747.de3758d316d3883f983b57f1e801096d41803802.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gexiv2/gexiv2-0.10.3.ebuild X-VCS-Directories: media-libs/gexiv2/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: de3758d316d3883f983b57f1e801096d41803802 X-VCS-Branch: master Date: Tue, 17 May 2016 18:29:38 +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: 5f9310d3-ce07-421e-a26b-709380687c6a X-Archives-Hash: b4b93d32b1bc283c36a95e93803bcca8 commit: de3758d316d3883f983b57f1e801096d41803802 Author: Markus Meier gentoo org> AuthorDate: Tue May 17 18:29:07 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue May 17 18:29:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3758d3 media-libs/gexiv2: arm stable, bug #575888 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" media-libs/gexiv2/gexiv2-0.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild b/media-libs/gexiv2/gexiv2-0.10.3.ebuild index 91bc6fe..c4dc936 100644 --- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="introspection python static-libs" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"