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 103E71388C1 for ; Sat, 5 Dec 2015 07:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC2BAE0857; Sat, 5 Dec 2015 07:51:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FAEBE0857 for ; Sat, 5 Dec 2015 07:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83227340AB6 for ; Sat, 5 Dec 2015 07:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44313A96 for ; Sat, 5 Dec 2015 07:51:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1449301868.23f02bb740f485b6f16bcbb9d2ee8c206f994091.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 23f02bb740f485b6f16bcbb9d2ee8c206f994091 X-VCS-Branch: master Date: Sat, 5 Dec 2015 07:51:18 +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: cf1ac780-f8ed-4bb8-b2fb-a74dea332d0d X-Archives-Hash: 66ebd6a3813acedeed2152a322b70d3a commit: 23f02bb740f485b6f16bcbb9d2ee8c206f994091 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 5 07:38:32 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 5 07:51:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f02bb7 media-libs/gexiv2: Mark ~hppa (bug #567558). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches 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 c7cf51e..1a91f0a 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 ~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} )"