Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SDL/
Date: Mon, 01 Nov 2021 10:02:10
Message-Id: 1635760889.2cd6128443e0acc8fc284227bc2357a2ea53aede.sam@gentoo
1 commit: 2cd6128443e0acc8fc284227bc2357a2ea53aede
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 10:01:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 10:01:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd61284
7
8 dev-perl/SDL: Stabilize 2.548.0 x86, #817506
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/SDL/SDL-2.548.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/SDL/SDL-2.548.0.ebuild b/dev-perl/SDL/SDL-2.548.0.ebuild
16 index 1fc59835856..78d87f151b2 100644
17 --- a/dev-perl/SDL/SDL-2.548.0.ebuild
18 +++ b/dev-perl/SDL/SDL-2.548.0.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ https://github.c
20
21 LICENSE="GPL-2 OFL-1.1"
22 SLOT="0"
23 -KEYWORDS="amd64 ~hppa ~x86"
24 +KEYWORDS="amd64 ~hppa x86"
25
26 RDEPEND="
27 >=dev-perl/Alien-SDL-1.446