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 5A1E0138331 for ; Tue, 1 May 2018 11:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B75E0972; Tue, 1 May 2018 11:47:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EDC3E0972 for ; Tue, 1 May 2018 11:47:47 +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 8BCCA335C87 for ; Tue, 1 May 2018 11:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5484E2A9 for ; Tue, 1 May 2018 11:47:43 +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: <1525175246.e07dac29ad088ebd71723aaf4eb7ff9c30049771.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild X-VCS-Directories: dev-libs/redland-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e07dac29ad088ebd71723aaf4eb7ff9c30049771 X-VCS-Branch: master Date: Tue, 1 May 2018 11:47:43 +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: 76cec461-b635-48c9-9af4-444d7d0b16f1 X-Archives-Hash: 496f9addba3a825c67b87b036ec5f133 commit: e07dac29ad088ebd71723aaf4eb7ff9c30049771 Author: Jeroen Roovers gentoo org> AuthorDate: Tue May 1 11:37:15 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue May 1 11:47:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07dac29 dev-libs/redland-bindings: Mark ~hppa too. Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --ignore-arches dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild index 3f0b66efb17..e4d0baf95be 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.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 @@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos" IUSE="lua perl python php ruby" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"