commit:     788ea008a9f30e16262effcf9c4c22bb204e0294
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 15:05:12 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 15:07:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788ea008

x11-apps/radeon-profile: Synced live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-apps/radeon-profile/radeon-profile-99999999.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild 
b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
index ad6e34fec99..d836b3ad1f8 100644
--- a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
+++ b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,7 @@ IUSE=""
 S="${WORKDIR}/${P}/${PN}"
 
 RDEPEND="
+       !<x11-apps/radeon-profile-daemon-20190603-r1
        dev-qt/qtcharts:5
        dev-qt/qtcore:5
        dev-qt/qtgui:5
@@ -38,8 +39,13 @@ DEPEND="
        x11-libs/libdrm
 "
 
+PATCHES=(
+       "${FILESDIR}/${PN}-20200504-run_subdir.patch"
+)
+
 src_prepare() {
-       default
+       eapply -p2 "${PATCHES[@]}"
+       eapply_user
        sed 's@TrayIcon;@@' -i extra/${PN}.desktop || die
 }
 

Reply via email to