diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-27 00:11:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-27 00:26:49 +0200 |
commit | 8073118ce68323797b27e5a1c9666e1ff66a6a86 (patch) | |
tree | 5c400c7c264c322062b506bf065991ed73115f5b /dev-games/physfs | |
parent | dev-libs/icu-layoutex: x86 stable (bug #685288) (diff) | |
download | gentoo-8073118ce68323797b27e5a1c9666e1ff66a6a86.tar.gz gentoo-8073118ce68323797b27e5a1c9666e1ff66a6a86.tar.bz2 gentoo-8073118ce68323797b27e5a1c9666e1ff66a6a86.zip |
dev-games/physfs: x86 stable (bug #685764)
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-games/physfs')
-rw-r--r-- | dev-games/physfs/physfs-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild index 91229a1b6d98..212283795f24 100644 --- a/dev-games/physfs/physfs-3.0.2.ebuild +++ b/dev-games/physfs/physfs-3.0.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" inherit mercurial else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 x86 ~x86-fbsd" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi |