diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 07:38:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 07:49:14 +0000 |
commit | 874cad11760a1190e3a7b9de411f5018eb43113d (patch) | |
tree | 67cbc99fa947ad560f2e99fd636beb5933371a27 /games-strategy | |
parent | x11-themes/fvwm_sounds: mark ALLARCHES (diff) | |
download | gentoo-874cad11760a1190e3a7b9de411f5018eb43113d.tar.gz gentoo-874cad11760a1190e3a7b9de411f5018eb43113d.tar.bz2 gentoo-874cad11760a1190e3a7b9de411f5018eb43113d.zip |
games-strategy/megaglest: drop static
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/megaglest/megaglest-3.11.1-r100.ebuild | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild b/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild index 796b7822f5ec..d19c6ffd579d 100644 --- a/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild +++ b/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2020 Gentoo Authors +# Copyright 2010-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # google-breakpad @@ -23,7 +23,7 @@ SRC_URI="https://github.com/MegaGlest/megaglest-source/releases/download/${PV}/m LICENSE="GPL-3 BitstreamVera" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static +streflop +tools +unicode wxuniversal +model-viewer videos" +IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 +streflop +tools +unicode wxuniversal +model-viewer videos" REQUIRED_USE="${LUA_REQUIRED_USE}" @@ -46,29 +46,16 @@ RDEPEND="${LUA_DEPS} editor? ( x11-libs/wxGTK:3.0[X,opengl] ) fribidi? ( dev-libs/fribidi ) model-viewer? ( x11-libs/wxGTK:3.0[X] ) - !static? ( - dev-libs/xerces-c[icu] - media-libs/ftgl - media-libs/glew - media-libs/libpng:0 - net-libs/libircclient - >=net-libs/miniupnpc-1.8 - net-misc/curl - virtual/jpeg:0 - ) + dev-libs/xerces-c[icu] + media-libs/ftgl + media-libs/glew:= + media-libs/libpng:0 + net-libs/libircclient + >=net-libs/miniupnpc-1.8:= + net-misc/curl + virtual/jpeg:0 videos? ( media-video/vlc )" -DEPEND="${RDEPEND} - static? ( - dev-libs/icu[static-libs] - dev-libs/xerces-c[icu,static-libs] - media-libs/ftgl[static-libs] - media-libs/glew[static-libs] - media-libs/libpng:0[static-libs] - net-libs/libircclient[static-libs] - net-libs/miniupnpc[static-libs] - net-misc/curl[static-libs] - virtual/jpeg:0[static-libs] - )" +DEPEND="${RDEPEND}" BDEPEND="sys-apps/help2man virtual/pkgconfig editor? ( ${VIRTUALX_DEPEND} ) @@ -110,10 +97,10 @@ src_configure() { -DFORCE_LUA_VERSION="$(lua_get_version)" -DMAX_SSE_LEVEL_DESIRED="${SSE}" -DUSE_FTGL=ON - -DWANT_STATIC_LIBS=$(usex static) + -DWANT_STATIC_LIBS=OFF -DWANT_STREFLOP=$(usex streflop) -DWITH_VLC=$(usex videos) - -DwxWidgets_USE_STATIC=$(usex static) + -DwxWidgets_USE_STATIC=OFF -DwxWidgets_USE_UNICODE=$(usex unicode) -DwxWidgets_USE_UNIVERSAL=$(usex wxuniversal) |