Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
Date: Tue, 09 Feb 2021 19:59:30
Message-Id: 1612900762.a910274489dc79f79736cdcd542fd1a8be180d30.sam@gentoo
1 commit: a910274489dc79f79736cdcd542fd1a8be180d30
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 19:59:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 19:59:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9102744
7
8 dev-qt/qt-creator: sys-devel/gdb[client] is gone
9
10 It's now always on.
11
12 Fixes: 2aa76f92308d2b745bf47b9ca94937f125301691
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{qt-creator-4.12.3.ebuild => qt-creator-4.12.3-r1.ebuild} | 4 ++--
17 dev-qt/qt-creator/qt-creator-9999.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-qt/qt-creator/qt-creator-4.12.3.ebuild b/dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild
21 similarity index 99%
22 rename from dev-qt/qt-creator/qt-creator-4.12.3.ebuild
23 rename to dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild
24 index 27a1d4838af..5e676fcc1ce 100644
25 --- a/dev-qt/qt-creator/qt-creator-4.12.3.ebuild
26 +++ b/dev-qt/qt-creator/qt-creator-4.12.3-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2020 Gentoo Authors
29 +# Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -94,7 +94,7 @@ DEPEND="${CDEPEND}
34 )
35 "
36 RDEPEND="${CDEPEND}
37 - sys-devel/gdb[client,python]
38 + sys-devel/gdb[python]
39 cmake? ( dev-util/cmake )
40 cppcheck? ( dev-util/cppcheck )
41 cvs? ( dev-vcs/cvs )
42
43 diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild
44 index 926ec1ce7a6..e9e7c228800 100644
45 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild
46 +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -94,7 +94,7 @@ DEPEND="${CDEPEND}
54 )
55 "
56 RDEPEND="${CDEPEND}
57 - sys-devel/gdb[client,python]
58 + sys-devel/gdb[python]
59 autotools? ( sys-devel/autoconf )
60 cmake? ( >=dev-util/cmake-3.14 )
61 cppcheck? ( dev-util/cppcheck )