Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/
Date: Sun, 26 May 2019 22:27:27
Message-Id: 1558909609.8073118ce68323797b27e5a1c9666e1ff66a6a86.whissi@gentoo
1 commit: 8073118ce68323797b27e5a1c9666e1ff66a6a86
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 22:11:27 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 22:26:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8073118c
7
8 dev-games/physfs: x86 stable (bug #685764)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-games/physfs/physfs-3.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild
17 index 91229a1b6d9..212283795f2 100644
18 --- a/dev-games/physfs/physfs-3.0.2.ebuild
19 +++ b/dev-games/physfs/physfs-3.0.2.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
21 EHG_REPO_URI="https://hg.icculus.org/icculus/physfs"
22 inherit mercurial
23 else
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 x86 ~x86-fbsd"
26 SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2"
27 fi