diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 08:44:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-05 08:44:32 +0200 |
commit | 364b3780f209359ce56aafb1fe8f828241587ab1 (patch) | |
tree | 793dc15ccce18172a23371f62724af42710a23fc /dev-games | |
parent | app-arch/unshield: amd64 stable wrt bug #685628 (diff) | |
download | gentoo-364b3780f209359ce56aafb1fe8f828241587ab1.tar.gz gentoo-364b3780f209359ce56aafb1fe8f828241587ab1.tar.bz2 gentoo-364b3780f209359ce56aafb1fe8f828241587ab1.zip |
dev-games/physfs: amd64 stable wrt bug #685764
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-games')
-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 8bb871f8cd89..afb8306b5ef2 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 |