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 6F19E138335 for ; Thu, 4 Oct 2018 07:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83144E0885; Thu, 4 Oct 2018 07:28:11 +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 5845FE0885 for ; Thu, 4 Oct 2018 07:28:11 +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 CEE3F335CB7 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 11E10433 for ; Thu, 4 Oct 2018 07:28:07 +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: <1538638065.dbf0f2f21fe6c698453dc92405798d3e5ec1c27d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raptor/raptor-2.0.14.ebuild X-VCS-Directories: media-libs/raptor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dbf0f2f21fe6c698453dc92405798d3e5ec1c27d X-VCS-Branch: master Date: Thu, 4 Oct 2018 07:28:07 +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: 3b184676-9ca8-411d-97b1-cc17b8617f0c X-Archives-Hash: 6e42d1e3a9bf2754b5cb77adcdeaf972 commit: dbf0f2f21fe6c698453dc92405798d3e5ec1c27d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 3 22:03:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 07:27:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf0f2f2 media-libs/raptor: De-stabilise hppa No revdeps. Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/raptor/raptor-2.0.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/raptor/raptor-2.0.14.ebuild b/media-libs/raptor/raptor-2.0.14.ebuild index ee0d8343793..a20cbebcfa8 100644 --- a/media-libs/raptor/raptor-2.0.14.ebuild +++ b/media-libs/raptor/raptor-2.0.14.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 @@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+curl debug json static-libs unicode" RDEPEND="dev-libs/libxml2