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 3DBFB138334 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 3E695E07EF; 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 1BCCCE07EF for ; Thu, 4 Oct 2018 07:28:09 +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 E8593335CD5 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 CBAB63FA 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.df001d397c9aaed6bdf6550390279d97ba39636e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblrdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblrdf/liblrdf-0.5.0.ebuild X-VCS-Directories: media-libs/liblrdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: df001d397c9aaed6bdf6550390279d97ba39636e 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: 8d9f9c93-f63b-44a0-9349-2fe4cdc04c3f X-Archives-Hash: cf1242ae06d8ebbacf436f24a4143c0d commit: df001d397c9aaed6bdf6550390279d97ba39636e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 3 21:44:49 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=df001d39 media-libs/liblrdf: De-stabilise hppa No revdeps. Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/liblrdf/liblrdf-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/liblrdf/liblrdf-0.5.0.ebuild b/media-libs/liblrdf/liblrdf-0.5.0.ebuild index 190db870db3..0435ff6a84d 100644 --- a/media-libs/liblrdf/liblrdf-0.5.0.ebuild +++ b/media-libs/liblrdf/liblrdf-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs" RDEPEND=">=dev-libs/openssl-1