summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-30 23:11:58 +0100
committerSam James <sam@gentoo.org>2021-03-30 23:11:58 +0100
commit4c4479632ad4076a24cce4e8b296f5b8951ca693 (patch)
treefa4ca4a2c8f8e40351ab1928c1b64c8a87bd89f2 /dev-games
parentwww-client/firefox: Stabilize 78.9.0 arm64, #778269 (diff)
downloadgentoo-4c4479632ad4076a24cce4e8b296f5b8951ca693.tar.gz
gentoo-4c4479632ad4076a24cce4e8b296f5b8951ca693.tar.bz2
gentoo-4c4479632ad4076a24cce4e8b296f5b8951ca693.zip
dev-games/guichan: drop static-libs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/guichan/guichan-0.8.2.ebuild4
1 files 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() {