summaryrefslogtreecommitdiff
path: root/games-simulation/corsix-th
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /games-simulation/corsix-th
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'games-simulation/corsix-th')
-rw-r--r--games-simulation/corsix-th/Manifest2
-rw-r--r--games-simulation/corsix-th/corsix-th-0.63.ebuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/games-simulation/corsix-th/Manifest b/games-simulation/corsix-th/Manifest
index e9619e861853..01ea9f12233b 100644
--- a/games-simulation/corsix-th/Manifest
+++ b/games-simulation/corsix-th/Manifest
@@ -1,4 +1,4 @@
AUX corsix-th-0.62-gcc-10.patch 241 BLAKE2B 78ab7aebd36fe16b63e111f459f324f3165a3df99f29771584c074fbd7fa29849e9e9d66b55592340b6292a48006ab003f2f09a767a58e5f40fe9630eae25075 SHA512 a85c8613ab94903db4b42f74c326620f81c6f9212a78b42e656b57e00c455fba7c457469e07c7ab9a144032e7d3aa244fdc269c3aa520fdbd9bf4c373fd766ed
DIST corsix-th-0.63.tar.gz 4040119 BLAKE2B a700264c21377d53fb031c57428e5a50bbef426f32a3cd8bc4f83174a7f12b76d72050885ae257a6017a03f2f9611106cf9226c606ef726c1220b997eacbc5f1 SHA512 73a170bbf3da0e11ffe30fcbafb80f9e3852ce992dd6ecae2a2da332b9d4927a98efb0208e2056918a4100db54d1bdc564454cadae370cfab87625ca3f9889fd
-EBUILD corsix-th-0.63.ebuild 1405 BLAKE2B d2b131a7f92a2621ba31ea521fddaf06dd94194849957a80c8dc014de581ffde2fe217e258a2190d2027e30976f4028b80a5a07be36bd199c4da7e09a8e2b2da SHA512 76b025bdf199f4cf4a13a7d3190f39c184c123062cc88e3c8173a31998793e3864be49a92f7070d574d772bf459c1273ae08e8701e8c5117bdbe9a12cb50adc2
+EBUILD corsix-th-0.63.ebuild 1343 BLAKE2B 49e0c484f642fcb4df5bbf41bb0e2b18da34fd9243b00c8bbb4b6c09be2d1c3663ffe23ac178232ea540796a6136a00bf3eeba6ed96f449a1dd0d595d1ffd93d SHA512 727b898f57a4f3104d017b34336af09cf7a943cd9306cf7ff73375fa53841ce4eded2bbe3881ddaf0bf2f5adaac5c9bb4f23f472382f9c464e89139fbff03170
MISC metadata.xml 716 BLAKE2B 16fe66f9f3fce58b6b17df3906fdcf4e9b7a9a49be872ba69cd5deeb47bffca495ff3a8b8c89fc71cbe8b3960954a462aff8c10c6afd34c18acef95931c382f8 SHA512 643ef59451c07fd3e61b22fb9891cc2478dff78c1e2a50ed455b15bf1c01e49d384af177c687e48b2bd6590278ac121458a94760a25bdc064ce309ff5ab3b868
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}"