Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcorkipset/
Date: Wed, 23 Dec 2020 12:47:44
Message-Id: 1608727567.b60ee37156ca56219818e5cb5f359ec62c1f7209.dlan@gentoo
1 commit: b60ee37156ca56219818e5cb5f359ec62c1f7209
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 12:46:07 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 12:46:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60ee371
7
8 net-libs/libcorkipset: fix -Werror build err
9
10 Closes: https://bugs.gentoo.org/754345
11 Package-Manager: Portage-3.0.0, Repoman-2.3.23
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
18 index 93acbfa1f31..c811d677071 100644
19 --- a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
20 +++ b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -32,6 +32,7 @@ src_prepare() {
28 */*/*/*.c \
29 */*/*/*.c.in \
30 */*/*.c */*.c || die
31 + sed -i -e "s/-Werror/-Wextra/" CMakeLists.txt || die
32
33 mv include/{,libcork}ipset || die