diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:06 +0200 |
commit | c17019421abb1443347dacc61ef7a263643a562e (patch) | |
tree | 99d4b396caf6e59fb5a4e0b0af1aa074b6fa24de /games-action/violetland | |
parent | dev-util/source-highlight: remove boost[threads(+)] usedep (diff) | |
download | gentoo-c17019421abb1443347dacc61ef7a263643a562e.tar.gz gentoo-c17019421abb1443347dacc61ef7a263643a562e.tar.bz2 gentoo-c17019421abb1443347dacc61ef7a263643a562e.zip |
games-action/violetland: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/violetland-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 5a534a0a0cf4..21c08d426767 100644 --- a/games-action/violetland/violetland-0.5.ebuild +++ b/games-action/violetland/violetland-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - dev-libs/boost:=[threads(+)] + dev-libs/boost:= media-libs/libsdl[opengl,sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] |