Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/
Date: Sat, 27 Jan 2018 08:23:16
Message-Id: 1517041360.7cc5885e6993af9eeb225171c0b439fb961bb124.mgorny@gentoo
1 commit: 7cc5885e6993af9eeb225171c0b439fb961bb124
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 10 13:56:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 08:22:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc5885e
7
8 x11-wm/awesome: Fix dependency issue for Gentoo/FreeBSD.
9
10 Bug: https://bugs.gentoo.org/489984
11 Closes: https://github.com/gentoo/gentoo/pull/6817
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 x11-wm/awesome/awesome-3.5.6-r2.ebuild | 4 ++--
15 x11-wm/awesome/awesome-3.5.7.ebuild | 4 ++--
16 x11-wm/awesome/awesome-3.5.8.ebuild | 4 ++--
17 x11-wm/awesome/{awesome-3.5.9.ebuild => awesome-3.5.9-r1.ebuild} | 4 ++--
18 x11-wm/awesome/awesome-4.0-r1.ebuild | 4 ++--
19 x11-wm/awesome/awesome-4.0.ebuild | 4 ++--
20 x11-wm/awesome/awesome-4.1.ebuild | 4 ++--
21 x11-wm/awesome/awesome-4.2.ebuild | 4 ++--
22 x11-wm/awesome/awesome-9999.ebuild | 4 ++--
23 9 files changed, 18 insertions(+), 18 deletions(-)
24
25 diff --git a/x11-wm/awesome/awesome-3.5.6-r2.ebuild b/x11-wm/awesome/awesome-3.5.6-r2.ebuild
26 index ada253ff8f8..cd7b7ca16ca 100644
27 --- a/x11-wm/awesome/awesome-3.5.6-r2.ebuild
28 +++ b/x11-wm/awesome/awesome-3.5.6-r2.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 +# Copyright 1999-2018 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI="5"
35 @@ -28,7 +28,7 @@ COMMON_DEPEND="
36 x11-libs/libXcursor
37 >=x11-libs/libX11-1.3.99.901
38 dbus? ( >=sys-apps/dbus-1 )
39 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
40 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
41
42 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
43 DEPEND="${COMMON_DEPEND}
44
45 diff --git a/x11-wm/awesome/awesome-3.5.7.ebuild b/x11-wm/awesome/awesome-3.5.7.ebuild
46 index c3473fd22bd..839456e65e9 100644
47 --- a/x11-wm/awesome/awesome-3.5.7.ebuild
48 +++ b/x11-wm/awesome/awesome-3.5.7.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="5"
55 @@ -28,7 +28,7 @@ COMMON_DEPEND="
56 x11-libs/libXcursor
57 >=x11-libs/libX11-1.3.99.901
58 dbus? ( >=sys-apps/dbus-1 )
59 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
60 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
61
62 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
63 DEPEND="${COMMON_DEPEND}
64
65 diff --git a/x11-wm/awesome/awesome-3.5.8.ebuild b/x11-wm/awesome/awesome-3.5.8.ebuild
66 index c3473fd22bd..839456e65e9 100644
67 --- a/x11-wm/awesome/awesome-3.5.8.ebuild
68 +++ b/x11-wm/awesome/awesome-3.5.8.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 +# Copyright 1999-2018 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI="5"
75 @@ -28,7 +28,7 @@ COMMON_DEPEND="
76 x11-libs/libXcursor
77 >=x11-libs/libX11-1.3.99.901
78 dbus? ( >=sys-apps/dbus-1 )
79 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
80 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
81
82 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
83 DEPEND="${COMMON_DEPEND}
84
85 diff --git a/x11-wm/awesome/awesome-3.5.9.ebuild b/x11-wm/awesome/awesome-3.5.9-r1.ebuild
86 similarity index 96%
87 rename from x11-wm/awesome/awesome-3.5.9.ebuild
88 rename to x11-wm/awesome/awesome-3.5.9-r1.ebuild
89 index c3473fd22bd..839456e65e9 100644
90 --- a/x11-wm/awesome/awesome-3.5.9.ebuild
91 +++ b/x11-wm/awesome/awesome-3.5.9-r1.ebuild
92 @@ -1,4 +1,4 @@
93 -# Copyright 1999-2017 Gentoo Foundation
94 +# Copyright 1999-2018 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96
97 EAPI="5"
98 @@ -28,7 +28,7 @@ COMMON_DEPEND="
99 x11-libs/libXcursor
100 >=x11-libs/libX11-1.3.99.901
101 dbus? ( >=sys-apps/dbus-1 )
102 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
103 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
104
105 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
106 DEPEND="${COMMON_DEPEND}
107
108 diff --git a/x11-wm/awesome/awesome-4.0-r1.ebuild b/x11-wm/awesome/awesome-4.0-r1.ebuild
109 index 3dddc28075a..826268e3818 100644
110 --- a/x11-wm/awesome/awesome-4.0-r1.ebuild
111 +++ b/x11-wm/awesome/awesome-4.0-r1.ebuild
112 @@ -1,4 +1,4 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 +# Copyright 1999-2018 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116
117 EAPI=6
118 @@ -33,7 +33,7 @@ RDEPEND="
119 x11-libs/libxkbcommon[X]
120 >=x11-libs/libX11-1.3.99.901
121 dbus? ( >=sys-apps/dbus-1 )
122 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
123 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
124
125 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
126 DEPEND="${RDEPEND}
127
128 diff --git a/x11-wm/awesome/awesome-4.0.ebuild b/x11-wm/awesome/awesome-4.0.ebuild
129 index eed4554091a..ee9a7cf8b69 100644
130 --- a/x11-wm/awesome/awesome-4.0.ebuild
131 +++ b/x11-wm/awesome/awesome-4.0.ebuild
132 @@ -1,4 +1,4 @@
133 -# Copyright 1999-2017 Gentoo Foundation
134 +# Copyright 1999-2018 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136
137 EAPI=6
138 @@ -33,7 +33,7 @@ RDEPEND="
139 x11-libs/libxkbcommon[X]
140 >=x11-libs/libX11-1.3.99.901
141 dbus? ( >=sys-apps/dbus-1 )
142 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
143 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
144
145 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
146 DEPEND="${RDEPEND}
147
148 diff --git a/x11-wm/awesome/awesome-4.1.ebuild b/x11-wm/awesome/awesome-4.1.ebuild
149 index 65af18c4d48..2e8cefe90f6 100644
150 --- a/x11-wm/awesome/awesome-4.1.ebuild
151 +++ b/x11-wm/awesome/awesome-4.1.ebuild
152 @@ -1,4 +1,4 @@
153 -# Copyright 1999-2017 Gentoo Foundation
154 +# Copyright 1999-2018 Gentoo Foundation
155 # Distributed under the terms of the GNU General Public License v2
156
157 EAPI=6
158 @@ -33,7 +33,7 @@ RDEPEND="
159 x11-libs/libxkbcommon[X]
160 >=x11-libs/libX11-1.3.99.901
161 dbus? ( >=sys-apps/dbus-1 )
162 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
163 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
164
165 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
166 DEPEND="${RDEPEND}
167
168 diff --git a/x11-wm/awesome/awesome-4.2.ebuild b/x11-wm/awesome/awesome-4.2.ebuild
169 index 61644c03767..170a680ce24 100644
170 --- a/x11-wm/awesome/awesome-4.2.ebuild
171 +++ b/x11-wm/awesome/awesome-4.2.ebuild
172 @@ -1,4 +1,4 @@
173 -# Copyright 1999-2017 Gentoo Foundation
174 +# Copyright 1999-2018 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176
177 EAPI=6
178 @@ -33,7 +33,7 @@ RDEPEND="
179 x11-libs/libxkbcommon[X]
180 >=x11-libs/libX11-1.3.99.901
181 dbus? ( >=sys-apps/dbus-1 )
182 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
183 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
184
185 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
186 DEPEND="${RDEPEND}
187
188 diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild
189 index 243752a5d4a..d26ba4a2ba9 100644
190 --- a/x11-wm/awesome/awesome-9999.ebuild
191 +++ b/x11-wm/awesome/awesome-9999.ebuild
192 @@ -1,4 +1,4 @@
193 -# Copyright 1999-2017 Gentoo Foundation
194 +# Copyright 1999-2018 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196
197 EAPI=6
198 @@ -32,7 +32,7 @@ RDEPEND="
199 x11-libs/libxkbcommon[X]
200 >=x11-libs/libX11-1.3.99.901
201 dbus? ( >=sys-apps/dbus-1 )
202 - elibc_FreeBSD? ( dev-libs/libexecinfo )"
203 + elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
204
205 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
206 DEPEND="${RDEPEND}