Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeon-profile/
Date: Fri, 10 May 2019 15:53:54
Message-Id: 1557503623.e15eb685d0fe93c714d73dce316f08b113e8bd19.polynomial-c@gentoo
1 commit: e15eb685d0fe93c714d73dce316f08b113e8bd19
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 15:53:15 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 15:53:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15eb685
7
8 x11-apps/radeon-profile: Added missing dev-qt/qtconcurrent:5 dep
9
10 Thanks-to: Emmanuel Andry <eandry <AT> free.fr>
11 Closes: https://bugs.gentoo.org/685512
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
14
15 x11-apps/radeon-profile/radeon-profile-20190311.ebuild | 2 +-
16 x11-apps/radeon-profile/radeon-profile-99999999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild b/x11-apps/radeon-profile/radeon-profile-20190311.ebuild
20 index 9221aca4ad8..de8838c90ba 100644
21 --- a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild
22 +++ b/x11-apps/radeon-profile/radeon-profile-20190311.ebuild
23 @@ -1,6 +1,5 @@
24 # Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Id: 77337142ec368ef43c179461f5ca0beb09d5cd21 $
27
28 EAPI=7
29
30 @@ -34,6 +33,7 @@ RDEPEND="
31
32 DEPEND="
33 ${RDEPEND}
34 + dev-qt/qtconcurrent:5
35 media-libs/mesa
36 x11-libs/libdrm
37 "
38
39 diff --git a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
40 index 9221aca4ad8..de8838c90ba 100644
41 --- a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
42 +++ b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
43 @@ -1,6 +1,5 @@
44 # Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46 -# $Id: 77337142ec368ef43c179461f5ca0beb09d5cd21 $
47
48 EAPI=7
49
50 @@ -34,6 +33,7 @@ RDEPEND="
51
52 DEPEND="
53 ${RDEPEND}
54 + dev-qt/qtconcurrent:5
55 media-libs/mesa
56 x11-libs/libdrm
57 "