Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/svxlink/
Date: Mon, 08 Aug 2022 09:40:38
Message-Id: 1659951618.d8ab49989232f3d0261ad302c0289097994de596.asturm@gentoo
1 commit: d8ab49989232f3d0261ad302c0289097994de596
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 17:45:28 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 09:40:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ab4998
7
8 media-radio/svxlink: Move dev-qt/linguist-tools:5 to BDEPEND
9
10 Drop superfluous src_compile() override.
11
12 Bug: https://bugs.gentoo.org/544938
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-radio/svxlink/svxlink-19.09.2.ebuild | 12 ++++--------
16 1 file changed, 4 insertions(+), 8 deletions(-)
17
18 diff --git a/media-radio/svxlink/svxlink-19.09.2.ebuild b/media-radio/svxlink/svxlink-19.09.2.ebuild
19 index b1673b04c5a5..32d84c58f3d0 100644
20 --- a/media-radio/svxlink/svxlink-19.09.2.ebuild
21 +++ b/media-radio/svxlink/svxlink-19.09.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -18,7 +18,7 @@ SLOT="0"
29 KEYWORDS="amd64 x86"
30 IUSE=""
31
32 -CDEPEND="dev-lang/tcl:0
33 +DEPEND="dev-lang/tcl:0
34 dev-qt/qtcore:5
35 dev-qt/qtgui:5
36 dev-qt/qtnetwork:5
37 @@ -30,10 +30,10 @@ CDEPEND="dev-lang/tcl:0
38 media-libs/opus
39 dev-libs/libsigc++:2
40 dev-libs/popt"
41 -RDEPEND="${CDEPEND}
42 +RDEPEND="${DEPEND}
43 acct-group/svxlink
44 acct-user/svxlink"
45 -DEPEND="${CDEPEND}
46 +BDEPEND="
47 dev-qt/linguist-tools:5
48 virtual/pkgconfig"
49
50 @@ -51,10 +51,6 @@ src_configure() {
51 cmake_src_configure
52 }
53
54 -src_compile() {
55 - cmake_src_compile
56 -}
57 -
58 src_install() {
59 cmake_src_install