Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/guichan/
Date: Tue, 30 Mar 2021 22:12:24
Message-Id: 1617142318.4c4479632ad4076a24cce4e8b296f5b8951ca693.sam@gentoo
1 commit: 4c4479632ad4076a24cce4e8b296f5b8951ca693
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 22:11:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 22:11:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c447963
7
8 dev-games/guichan: drop static-libs
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-games/guichan/guichan-0.8.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-games/guichan/guichan-0.8.2.ebuild b/dev-games/guichan/guichan-0.8.2.ebuild
16 index 9ecf5c198b8..3c7dbd3c59f 100644
17 --- a/dev-games/guichan/guichan-0.8.2.ebuild
18 +++ b/dev-games/guichan/guichan-0.8.2.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://guichan.googlecode.com/files/${P}.tar.gz"
20 LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="amd64 x86"
23 -IUSE="allegro opengl sdl static-libs"
24 +IUSE="allegro opengl sdl"
25
26 DEPEND="
27 allegro? ( media-libs/allegro:0 )
28 @@ -42,7 +42,7 @@ src_configure() {
29 $(use_enable opengl) \
30 $(use_enable sdl) \
31 $(use_enable sdl sdlimage) \
32 - $(use_enable static-libs static)
33 + --disable-static
34 }
35
36 src_install() {