Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/
Date: Sun, 01 Dec 2019 13:53:02
Message-Id: 1575208371.6284b9aa71ef8bbc633661db93254b6fc121f8f3.slyfox@gentoo
1 commit: 6284b9aa71ef8bbc633661db93254b6fc121f8f3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 13:51:59 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 13:52:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6284b9aa
7
8 media-libs/sdl2-net: keyworded 2.0.1 for ppc, bug #699360
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 media-libs/sdl2-net/sdl2-net-2.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
18 index 5753833c2ec..69c0069d47c 100644
19 --- a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
20 +++ b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz"
28
29 LICENSE="ZLIB"
30 SLOT="0"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~ppc x86"
33 IUSE="static-libs"
34
35 RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"