diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-10 17:53:15 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-05-10 17:53:43 +0200 |
commit | e15eb685d0fe93c714d73dce316f08b113e8bd19 (patch) | |
tree | 2b255781013de08e675530bbe43841330589b26b /x11-apps/radeon-profile | |
parent | net-analyzer/scapy: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-e15eb685d0fe93c714d73dce316f08b113e8bd19.tar.gz gentoo-e15eb685d0fe93c714d73dce316f08b113e8bd19.tar.bz2 gentoo-e15eb685d0fe93c714d73dce316f08b113e8bd19.zip |
x11-apps/radeon-profile: Added missing dev-qt/qtconcurrent:5 dep
Thanks-to: Emmanuel Andry <eandry@free.fr>
Closes: https://bugs.gentoo.org/685512
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-apps/radeon-profile')
-rw-r--r-- | x11-apps/radeon-profile/radeon-profile-20190311.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/radeon-profile/radeon-profile-99999999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild b/x11-apps/radeon-profile/radeon-profile-20190311.ebuild index 9221aca4ad86..de8838c90ba8 100644 --- a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild +++ b/x11-apps/radeon-profile/radeon-profile-20190311.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id: 77337142ec368ef43c179461f5ca0beb09d5cd21 $ EAPI=7 @@ -34,6 +33,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + dev-qt/qtconcurrent:5 media-libs/mesa x11-libs/libdrm " diff --git a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild index 9221aca4ad86..de8838c90ba8 100644 --- a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild +++ b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id: 77337142ec368ef43c179461f5ca0beb09d5cd21 $ EAPI=7 @@ -34,6 +33,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + dev-qt/qtconcurrent:5 media-libs/mesa x11-libs/libdrm " |