Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/
Date: Sun, 24 May 2020 08:24:24
Message-Id: 1590308657.c366cf3b7dd5f784913fcea74dc35b91fa80c0f9.slyfox@gentoo
1 commit: c366cf3b7dd5f784913fcea74dc35b91fa80c0f9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 08:23:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 08:24:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c366cf3b
7
8 games-simulation/corsix-th: drop libav USE reference
9
10 commit c4528e5ad7 ("migrate from libav") dropped IUSE=libav
11 but did not remove reference '-DWITH_LIBAV=$(usex libav)'
12 from src_configure().
13
14 This caused configure failure.
15
16 Package-Manager: Portage-2.3.99, Repoman-2.3.22
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 games-simulation/corsix-th/corsix-th-0.63.ebuild | 1 -
20 1 file changed, 1 deletion(-)
21
22 diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild b/games-simulation/corsix-th/corsix-th-0.63.ebuild
23 index bc96a1a09dd..9a427ca8e03 100644
24 --- a/games-simulation/corsix-th/corsix-th-0.63.ebuild
25 +++ b/games-simulation/corsix-th/corsix-th-0.63.ebuild
26 @@ -52,7 +52,6 @@ src_configure() {
27 local mycmakeargs=(
28 -DWITH_AUDIO=$(usex sound)
29 -DWITH_FREETYPE2=$(usex truetype)
30 - -DWITH_LIBAV=$(usex libav)
31 -DWITH_MOVIES=$(usex videos)
32 )
33 cmake_src_configure