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 70E84138335 for ; Thu, 4 Oct 2018 07:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFA4E0841; Thu, 4 Oct 2018 07:28:10 +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 26022E0841 for ; Thu, 4 Oct 2018 07:28:10 +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 D626A335CCD for ; Thu, 4 Oct 2018 07:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F28DA432 for ; Thu, 4 Oct 2018 07:28:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538638064.d0c60ddbcf4c351484fd5c5ba7179b42604ac556.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rasqal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rasqal/rasqal-0.9.32.ebuild X-VCS-Directories: dev-libs/rasqal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0c60ddbcf4c351484fd5c5ba7179b42604ac556 X-VCS-Branch: master Date: Thu, 4 Oct 2018 07:28:06 +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: 7adb02d4-2e0f-49c7-975e-498ceed7f415 X-Archives-Hash: 013b4befe33a3f1554ad57356d847618 commit: d0c60ddbcf4c351484fd5c5ba7179b42604ac556 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 3 21:57:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 07:27:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c60ddb dev-libs/rasqal: De-stabilise hppa Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-libs/rasqal/rasqal-0.9.32.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/rasqal/rasqal-0.9.32.ebuild b/dev-libs/rasqal/rasqal-0.9.32.ebuild index bd7ad731839..2400b22d3e4 100644 --- a/dev-libs/rasqal/rasqal-0.9.32.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,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 ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+crypt gmp kernel_linux +mhash pcre static-libs test xml" RDEPEND=">=media-libs/raptor-2.0.14