Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblrdf/
Date: Thu, 04 Oct 2018 07:28:11
Message-Id: 1538638064.df001d397c9aaed6bdf6550390279d97ba39636e.asturm@gentoo
1 commit: df001d397c9aaed6bdf6550390279d97ba39636e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 21:44:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 07:27:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df001d39
7
8 media-libs/liblrdf: De-stabilise hppa
9
10 No revdeps.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 media-libs/liblrdf/liblrdf-0.5.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/liblrdf/liblrdf-0.5.0.ebuild b/media-libs/liblrdf/liblrdf-0.5.0.ebuild
19 index 190db870db3..0435ff6a84d 100644
20 --- a/media-libs/liblrdf/liblrdf-0.5.0.ebuild
21 +++ b/media-libs/liblrdf/liblrdf-0.5.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=4
28 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
33 +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
34 IUSE="static-libs"
35
36 RDEPEND=">=dev-libs/openssl-1