From 4995e3ce1a0ed102b60a4f48501b047fe56c92f0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 11 Oct 2019 17:34:16 +0200 Subject: dev-games: Remove *-fbsd KEYWORDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-games/physfs/physfs-3.0.2.ebuild | 2 +- dev-games/physfs/physfs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-games/physfs') diff --git a/dev-games/physfs/physfs-3.0.2.ebuild b/dev-games/physfs/physfs-3.0.2.ebuild index afb8306b5ef2..37c14d9804c5 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" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi diff --git a/dev-games/physfs/physfs-9999.ebuild b/dev-games/physfs/physfs-9999.ebuild index 91229a1b6d98..dbaa669aacc9 100644 --- a/dev-games/physfs/physfs-9999.ebuild +++ b/dev-games/physfs/physfs-9999.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" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi -- cgit v1.2.3-65-gdbad