summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-25 23:17:59 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-25 23:18:21 +0300
commitc4528e5ad724ec6ac35c7239883e2a21f3aea0ef (patch)
tree09cbfa22a40b3289bafbd5a2814d2de362e9b8b2 /games-simulation
parentmedia-sound/gnome-sound-recorder: remove old (diff)
downloadgentoo-c4528e5ad724ec6ac35c7239883e2a21f3aea0ef.tar.gz
gentoo-c4528e5ad724ec6ac35c7239883e2a21f3aea0ef.tar.bz2
gentoo-c4528e5ad724ec6ac35c7239883e2a21f3aea0ef.zip
games-simulation/corsix-th: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/corsix-th/corsix-th-0.63.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild b/games-simulation/corsix-th/corsix-th-0.63.ebuild
index 5364f218f86d..bc96a1a09dd7 100644
--- a/games-simulation/corsix-th/corsix-th-0.63.ebuild
+++ b/games-simulation/corsix-th/corsix-th-0.63.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.t
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc libav +midi +sound +truetype +videos"
+IUSE="doc +midi +sound +truetype +videos"
RDEPEND="
>=dev-lang/lua-5.1:0
@@ -25,10 +25,7 @@ RDEPEND="
media-libs/libsdl2[opengl,video]
sound? ( media-libs/sdl2-mixer[midi?] )
truetype? ( >=media-libs/freetype-2.5.3:2 )
- videos? (
- !libav? ( >=media-video/ffmpeg-2.2.3:0= )
- libav? ( >=media-video/libav-11.1:0= )
- )
+ videos? ( >=media-video/ffmpeg-2.2.3:0= )
"
DEPEND="${RDEPEND}"