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 2170D138350 for ; Thu, 30 Apr 2020 18:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3078E09CF; Thu, 30 Apr 2020 18:37:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DA50FE09CF for ; Thu, 30 Apr 2020 18:37:23 +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 DADD734EF28 for ; Thu, 30 Apr 2020 18:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D191FB for ; Thu, 30 Apr 2020 18:37:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1588270737.e5ba03ec829a8b42eb4f28f105810606791e81e4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild X-VCS-Directories: app-i18n/tomoe-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e5ba03ec829a8b42eb4f28f105810606791e81e4 X-VCS-Branch: master Date: Thu, 30 Apr 2020 18:37: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: 5fdc29b4-d398-465e-98ad-3f976b55b5b3 X-Archives-Hash: 089b774cfe602d799bd3989e11bc89be commit: e5ba03ec829a8b42eb4f28f105810606791e81e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 30 18:11:51 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 30 18:18:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ba03ec app-i18n/tomoe-gtk: Drop USE static-libs Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild index d5d63f1ff2b..24fcbb8f337 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="static-libs" +IUSE="" RDEPEND="app-i18n/tomoe x11-libs/gtk+:2" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ - $(use_enable static-libs static) \ + --disable-static \ --without-python \ --without-gucharmap }