From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2B4F1382C5 for ; Tue, 30 Mar 2021 22:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278C5E07D8; Tue, 30 Mar 2021 22:12:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11C16E07D8 for ; Tue, 30 Mar 2021 22:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5CC3340CE1 for ; Tue, 30 Mar 2021 22:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C88B632 for ; Tue, 30 Mar 2021 22:12:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617142318.4c4479632ad4076a24cce4e8b296f5b8951ca693.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/guichan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/guichan/guichan-0.8.2.ebuild X-VCS-Directories: dev-games/guichan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c4479632ad4076a24cce4e8b296f5b8951ca693 X-VCS-Branch: master Date: Tue, 30 Mar 2021 22:12:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03d8f009-fe02-4148-9875-150e79582ce0 X-Archives-Hash: b19e642f4423e15eb0444ea2addf42fd commit: 4c4479632ad4076a24cce4e8b296f5b8951ca693 Author: Sam James gentoo org> AuthorDate: Tue Mar 30 22:11:58 2021 +0000 Commit: Sam James gentoo 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 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() {