Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/
Date: Thu, 06 Jan 2022 09:07:43
Message-Id: 1641460035.3c0836d17c7d89a5e4926f2d9588436d2f38735e.soap@gentoo
1 commit: 3c0836d17c7d89a5e4926f2d9588436d2f38735e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:15 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0836d1
7
8 sys-libs/db: remove userland_GNU
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/db/db-18.1.32-r1.ebuild | 6 ++----
13 sys-libs/db/db-18.1.40-r1.ebuild | 6 ++----
14 sys-libs/db/db-4.8.30-r6.ebuild | 6 ++----
15 sys-libs/db/db-5.3.28-r8.ebuild | 6 ++----
16 sys-libs/db/db-6.0.35-r4.ebuild | 6 ++----
17 sys-libs/db/db-6.1.38-r1.ebuild | 6 ++----
18 6 files changed, 12 insertions(+), 24 deletions(-)
19
20 diff --git a/sys-libs/db/db-18.1.32-r1.ebuild b/sys-libs/db/db-18.1.32-r1.ebuild
21 index ba0c4dac5df2..76b018c57445 100644
22 --- a/sys-libs/db/db-18.1.32-r1.ebuild
23 +++ b/sys-libs/db/db-18.1.32-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -150,9 +150,7 @@ multilib_src_configure() {
31
32 # Add linker versions to the symbols. Easier to do, and safer than header file
33 # mumbo jumbo.
34 - if use userland_GNU ; then
35 - append-ldflags -Wl,--default-symver
36 - fi
37 + append-ldflags -Wl,--default-symver
38
39 # use `set` here since the java opts will contain whitespace
40 if multilib_is_native_abi && use java ; then
41
42 diff --git a/sys-libs/db/db-18.1.40-r1.ebuild b/sys-libs/db/db-18.1.40-r1.ebuild
43 index 0ec531491511..407d361673f7 100644
44 --- a/sys-libs/db/db-18.1.40-r1.ebuild
45 +++ b/sys-libs/db/db-18.1.40-r1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -148,9 +148,7 @@ multilib_src_configure() {
53
54 # Add linker versions to the symbols. Easier to do, and safer than header file
55 # mumbo jumbo.
56 - if use userland_GNU ; then
57 - append-ldflags -Wl,--default-symver
58 - fi
59 + append-ldflags -Wl,--default-symver
60
61 # use `set` here since the java opts will contain whitespace
62 if multilib_is_native_abi && use java ; then
63
64 diff --git a/sys-libs/db/db-4.8.30-r6.ebuild b/sys-libs/db/db-4.8.30-r6.ebuild
65 index e26ebc8ebfa8..3bc178287279 100644
66 --- a/sys-libs/db/db-4.8.30-r6.ebuild
67 +++ b/sys-libs/db/db-4.8.30-r6.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 +# Copyright 1999-2022 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=7
74 @@ -116,9 +116,7 @@ multilib_src_configure() {
75
76 # Add linker versions to the symbols. Easier to do, and safer than header file
77 # mumbo jumbo.
78 - if use userland_GNU ; then
79 - append-ldflags -Wl,--default-symver
80 - fi
81 + append-ldflags -Wl,--default-symver
82
83 # use `set` here since the java opts will contain whitespace
84 if multilib_is_native_abi && use java ; then
85
86 diff --git a/sys-libs/db/db-5.3.28-r8.ebuild b/sys-libs/db/db-5.3.28-r8.ebuild
87 index 982f14a543a5..91d4a786cf4c 100644
88 --- a/sys-libs/db/db-5.3.28-r8.ebuild
89 +++ b/sys-libs/db/db-5.3.28-r8.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 +# Copyright 1999-2022 Gentoo Authors
93 # Distributed under the terms of the GNU General Public License v2
94
95 EAPI=7
96 @@ -151,9 +151,7 @@ multilib_src_configure() {
97
98 # Add linker versions to the symbols. Easier to do, and safer than header file
99 # mumbo jumbo.
100 - if use userland_GNU ; then
101 - append-ldflags -Wl,--default-symver
102 - fi
103 + append-ldflags -Wl,--default-symver
104
105 if multilib_is_native_abi && use java ; then
106 myconf+=(
107
108 diff --git a/sys-libs/db/db-6.0.35-r4.ebuild b/sys-libs/db/db-6.0.35-r4.ebuild
109 index 282cf0680da4..261cbcd2b8c0 100644
110 --- a/sys-libs/db/db-6.0.35-r4.ebuild
111 +++ b/sys-libs/db/db-6.0.35-r4.ebuild
112 @@ -1,4 +1,4 @@
113 -# Copyright 1999-2021 Gentoo Authors
114 +# Copyright 1999-2022 Gentoo Authors
115 # Distributed under the terms of the GNU General Public License v2
116
117 EAPI=7
118 @@ -145,9 +145,7 @@ multilib_src_configure() {
119
120 # Add linker versions to the symbols. Easier to do, and safer than header file
121 # mumbo jumbo.
122 - if use userland_GNU ; then
123 - append-ldflags -Wl,--default-symver
124 - fi
125 + append-ldflags -Wl,--default-symver
126
127 # use `set` here since the java opts will contain whitespace
128 if multilib_is_native_abi && use java ; then
129
130 diff --git a/sys-libs/db/db-6.1.38-r1.ebuild b/sys-libs/db/db-6.1.38-r1.ebuild
131 index 9c01f35ac797..74fb45257401 100644
132 --- a/sys-libs/db/db-6.1.38-r1.ebuild
133 +++ b/sys-libs/db/db-6.1.38-r1.ebuild
134 @@ -1,4 +1,4 @@
135 -# Copyright 1999-2021 Gentoo Authors
136 +# Copyright 1999-2022 Gentoo Authors
137 # Distributed under the terms of the GNU General Public License v2
138
139 EAPI=6
140 @@ -148,9 +148,7 @@ multilib_src_configure() {
141
142 # Add linker versions to the symbols. Easier to do, and safer than header file
143 # mumbo jumbo.
144 - if use userland_GNU ; then
145 - append-ldflags -Wl,--default-symver
146 - fi
147 + append-ldflags -Wl,--default-symver
148
149 # use `set` here since the java opts will contain whitespace
150 if multilib_is_native_abi && use java ; then