commit: c4528e5ad724ec6ac35c7239883e2a21f3aea0ef Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Apr 25 20:17:59 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 20:18:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4528e5a
games-simulation/corsix-th: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> games-simulation/corsix-th/corsix-th-0.63.ebuild | 7 ++----- 1 file 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 5364f218f86..bc96a1a09dd 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}"
