diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:56:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:24:53 +0200 |
commit | ade664357b09336ef1f7491882a70bb2e420932e (patch) | |
tree | 126c4011fa4a19b80db67f71b6be4057fb95fb33 /games-fps | |
parent | dev-util/csup: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-ade664357b09336ef1f7491882a70bb2e420932e.tar.gz gentoo-ade664357b09336ef1f7491882a70bb2e420932e.tar.bz2 gentoo-ade664357b09336ef1f7491882a70bb2e420932e.zip |
games-fps/quake2-icculus: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index fb8623c74ea9..13756e436dc6 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,8 +30,8 @@ RDEPEND="${UIDEPEND} demo? ( games-fps/quake2-demodata )" DEPEND="${UIDEPEND} X? ( x11-base/xorg-proto ) - rogue? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) ) - xatrix? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) )" + rogue? ( app-arch/sharutils ) + xatrix? ( app-arch/sharutils )" S=${WORKDIR}/${MY_P} |