Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SDL/
Date: Sat, 15 Sep 2018 02:31:28
Message-Id: 1536978628.5dab19525f1851eca93f78a8bb6f4d70d52f365b.asturm@gentoo
1 commit: 5dab19525f1851eca93f78a8bb6f4d70d52f365b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 18:25:03 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 02:30:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dab1952
7
8 dev-perl/SDL: Drop to ~hppa
9
10 Only one of 2 reverse-dependencies of media-libs/sdl-mixer forcing hppa.
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-perl/SDL/SDL-2.546.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/SDL/SDL-2.546.ebuild b/dev-perl/SDL/SDL-2.546.ebuild
18 index 3a4ed38754a..bd377a21265 100644
19 --- a/dev-perl/SDL/SDL-2.546.ebuild
20 +++ b/dev-perl/SDL/SDL-2.546.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,7 +10,7 @@ HOMEPAGE="http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ https://github.c
28
29 LICENSE="GPL-2 OFL-1.1"
30 SLOT="0"
31 -KEYWORDS="amd64 hppa x86"
32 +KEYWORDS="amd64 ~hppa x86"
33 IUSE=""
34
35 RDEPEND=">=dev-perl/Alien-SDL-1.434