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 03531139695 for ; Tue, 4 Jul 2017 18:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9048E0CAB; Tue, 4 Jul 2017 18:28:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6AAAE0CAB for ; Tue, 4 Jul 2017 18:28:37 +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 7D2343417C4 for ; Tue, 4 Jul 2017 18:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51C67466 for ; Tue, 4 Jul 2017 18:28:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1499192684.2166da45d475dbf801665d0cdf0c2bb708db1c4f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lutok/lutok-0.4-r1.ebuild dev-lua/lutok/lutok-0.4.ebuild X-VCS-Directories: dev-lua/lutok/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2166da45d475dbf801665d0cdf0c2bb708db1c4f X-VCS-Branch: master Date: Tue, 4 Jul 2017 18:28:34 +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-Archives-Salt: cf6390bf-090d-4e3a-b889-d47ffb4fa233 X-Archives-Hash: 67737c42fb05ab356065672ce61b20f2 commit: 2166da45d475dbf801665d0cdf0c2bb708db1c4f Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 4 18:24:44 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 4 18:24:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2166da45 dev-lua/lutok: convert to static lib If dev-libs/lua becomes a static-only package, we need to become one too. Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77 dev-lua/lutok/{lutok-0.4.ebuild => lutok-0.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild similarity index 93% rename from dev-lua/lutok/lutok-0.4.ebuild rename to dev-lua/lutok/lutok-0.4-r1.ebuild index 591c7a3e7a2..12376e65bd0 100644 --- a/dev-lua/lutok/lutok-0.4.ebuild +++ b/dev-lua/lutok/lutok-0.4-r1.ebuild @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} " src_configure() { - econf --disable-static + econf --disable-shared --enable-static } src_install() {