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 0104A13835A for ; Wed, 23 Dec 2020 12:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5A8E0BC1; Wed, 23 Dec 2020 12:47:44 +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 22B59E0BC1 for ; Wed, 23 Dec 2020 12:47:44 +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 AE8513414DB for ; Wed, 23 Dec 2020 12:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3622F49 for ; Wed, 23 Dec 2020 12:47:41 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1608727425.b00628908281fa91ee80ac5193475b79b032e2ce.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcork/libcork-0.15.0-r1.ebuild X-VCS-Directories: net-libs/libcork/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b00628908281fa91ee80ac5193475b79b032e2ce X-VCS-Branch: master Date: Wed, 23 Dec 2020 12:47:41 +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: 52134b1f-cbbb-4ae0-a924-b81df0e73648 X-Archives-Hash: 34247e8bf9d83e4eebc1f2c2113a50b9 commit: b00628908281fa91ee80ac5193475b79b032e2ce Author: Yixun Lan gentoo org> AuthorDate: Wed Dec 23 12:38:43 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 23 12:43:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0062890 net-libs/libcork: fix -Werror build err Closes: https://bugs.gentoo.org/736766 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan gentoo.org> net-libs/libcork/libcork-0.15.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/libcork/libcork-0.15.0-r1.ebuild b/net-libs/libcork/libcork-0.15.0-r1.ebuild index 24782aabf81..4ca5bbd356f 100644 --- a/net-libs/libcork/libcork-0.15.0-r1.ebuild +++ b/net-libs/libcork/libcork-0.15.0-r1.ebuild @@ -29,6 +29,7 @@ src_prepare() { fi sed -i -e "/DESTINATION/s/\${PROJECT_NAME}/\${PROJECT_NAME}-${PVR}/g" \ docs/old/CMakeLists.txt || die + sed -i -e "s/-Werror/-Wextra/" CMakeLists.txt || die cmake-utils_src_prepare }