commit:     4c4479632ad4076a24cce4e8b296f5b8951ca693
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 22:11:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 22:11:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c447963

dev-games/guichan: drop static-libs

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-games/guichan/guichan-0.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-games/guichan/guichan-0.8.2.ebuild 
b/dev-games/guichan/guichan-0.8.2.ebuild
index 9ecf5c198b8..3c7dbd3c59f 100644
--- a/dev-games/guichan/guichan-0.8.2.ebuild
+++ b/dev-games/guichan/guichan-0.8.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://guichan.googlecode.com/files/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="allegro opengl sdl static-libs"
+IUSE="allegro opengl sdl"
 
 DEPEND="
        allegro? ( media-libs/allegro:0 )
@@ -42,7 +42,7 @@ src_configure() {
                $(use_enable opengl) \
                $(use_enable sdl) \
                $(use_enable sdl sdlimage) \
-               $(use_enable static-libs static)
+               --disable-static
 }
 
 src_install() {

Reply via email to