diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:09 +0200 |
commit | aff0e10f019aa8a707665fc5f2d0394f7abda510 (patch) | |
tree | 933c31a9c1c398c9adf24adaf24367aacd5784c3 /games-strategy | |
parent | games-engines/openmw: remove boost[threads(+)] usedep (diff) | |
download | gentoo-aff0e10f019aa8a707665fc5f2d0394f7abda510.tar.gz gentoo-aff0e10f019aa8a707665fc5f2d0394f7abda510.tar.bz2 gentoo-aff0e10f019aa8a707665fc5f2d0394f7abda510.zip |
games-strategy/wesnoth: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.16.3.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.17.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.16.3.ebuild b/games-strategy/wesnoth/wesnoth-1.16.3.ebuild index 17cdd9a055f7..1ee6998e389d 100644 --- a/games-strategy/wesnoth/wesnoth-1.16.3.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.16.3.ebuild @@ -21,7 +21,7 @@ IUSE="dbus dedicated doc nls server" RDEPEND=" acct-group/wesnoth acct-user/wesnoth - dev-libs/boost:=[bzip2,context,icu,nls,threads(+)] + dev-libs/boost:=[bzip2,context,icu,nls] >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 diff --git a/games-strategy/wesnoth/wesnoth-1.17.5.ebuild b/games-strategy/wesnoth/wesnoth-1.17.5.ebuild index 764fb71cac25..5724bdef29fa 100644 --- a/games-strategy/wesnoth/wesnoth-1.17.5.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.17.5.ebuild @@ -21,7 +21,7 @@ IUSE="dbus dedicated doc nls server" RDEPEND=" acct-group/wesnoth acct-user/wesnoth - dev-libs/boost:=[bzip2,context,icu,nls,threads(+)] + dev-libs/boost:=[bzip2,context,icu,nls] >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 |