aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-28 13:21:47 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-28 13:21:47 +0200
commit179294a0f94af37995c32fabbf6de1977dad2a30 (patch)
tree9f02864b547534421a491177046dc98ffa9b4f9e /games-arcade
parentdev-python/click-repl: add final new line (diff)
downloadguru-179294a0f94af37995c32fabbf6de1977dad2a30.tar.gz
guru-179294a0f94af37995c32fabbf6de1977dad2a30.tar.bz2
guru-179294a0f94af37995c32fabbf6de1977dad2a30.zip
games-arcade/opensurge: add MissingUseDepDefault
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/opensurge/opensurge-0.5.1.2.ebuild4
-rw-r--r--games-arcade/opensurge/opensurge-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/opensurge/opensurge-0.5.1.2.ebuild b/games-arcade/opensurge/opensurge-0.5.1.2.ebuild
index 939414c9d..c4a7aee12 100644
--- a/games-arcade/opensurge/opensurge-0.5.1.2.ebuild
+++ b/games-arcade/opensurge/opensurge-0.5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,7 +27,7 @@ SLOT="0"
# allegro[vorbis] isn't in CMakeList.txt but is required for the .ogg assets
DEPEND="
>=media-libs/allegro-5.2.5:=
- media-libs/allegro[jpeg,png,opengl,truetype,gtk,vorbis]
+ media-libs/allegro[jpeg,png,opengl,truetype(-),gtk(-),vorbis]
>=dev-games/surgescript-0.5.4.3:=
"
RDEPEND="${DEPEND}"
diff --git a/games-arcade/opensurge/opensurge-9999.ebuild b/games-arcade/opensurge/opensurge-9999.ebuild
index f6af9d66a..3368435a8 100644
--- a/games-arcade/opensurge/opensurge-9999.ebuild
+++ b/games-arcade/opensurge/opensurge-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,7 +27,7 @@ SLOT="0"
# allegro[vorbis] isn't in CMakeList.txt but is required for the .ogg assets
DEPEND="
>=media-libs/allegro-5.2.5:=
- media-libs/allegro[jpeg,png,opengl,truetype,gtk,vorbis]
+ media-libs/allegro[jpeg,png,opengl,truetype(-),gtk(-),vorbis]
>=dev-games/surgescript-0.5.4.3:=
"
RDEPEND="${DEPEND}"