From 4c4479632ad4076a24cce4e8b296f5b8951ca693 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 30 Mar 2021 23:11:58 +0100 Subject: dev-games/guichan: drop static-libs Signed-off-by: Sam James --- 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 9ecf5c198b84..3c7dbd3c59ff 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() { -- cgit v1.2.3-65-gdbad