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 8EAB5138334 for ; Sun, 24 Mar 2019 17:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B56EFE0877; Sun, 24 Mar 2019 17:16:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9668DE0877 for ; Sun, 24 Mar 2019 17:16:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F4A9335C8E for ; Sun, 24 Mar 2019 17:16:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3642C56E for ; Sun, 24 Mar 2019 17:16:13 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1553447757.2187df4e2a89e7e13984ed149a2bfc3a6b22552e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cockatrice/cockatrice-20190304-r1.ebuild games-board/cockatrice/cockatrice-20190304.ebuild X-VCS-Directories: games-board/cockatrice/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2187df4e2a89e7e13984ed149a2bfc3a6b22552e X-VCS-Branch: master Date: Sun, 24 Mar 2019 17:16:13 +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: 6cecfe98-6427-4f28-853f-e7641ccbba28 X-Archives-Hash: 38eca6f68adc8df10fbfceea4b861558 commit: 2187df4e2a89e7e13984ed149a2bfc3a6b22552e Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 24 17:15:23 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 24 17:15:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2187df4e games-board/cockatrice: Build static libraries rather than shared Closes: https://bugs.gentoo.org/681664 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> .../{cockatrice-20190304.ebuild => cockatrice-20190304-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/games-board/cockatrice/cockatrice-20190304.ebuild b/games-board/cockatrice/cockatrice-20190304-r1.ebuild similarity index 98% rename from games-board/cockatrice/cockatrice-20190304.ebuild rename to games-board/cockatrice/cockatrice-20190304-r1.ebuild index 8d1cd205662..f44fa453f6d 100644 --- a/games-board/cockatrice/cockatrice-20190304.ebuild +++ b/games-board/cockatrice/cockatrice-20190304-r1.ebuild @@ -55,6 +55,7 @@ PATCHES=( src_configure() { local mycmakeargs=( + -DBUILD_SHARED_LIBS=OFF -DUSE_CCACHE=OFF -DWITH_CLIENT=$(usex client) -DWITH_ORACLE=$(usex oracle)