diff options
-rw-r--r-- | x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603-r1.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603-r1.ebuild index dc4d37cb3a89..b50463902a78 100644 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603-r1.ebuild +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190603-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,11 +14,11 @@ else SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi +S="${WORKDIR}/${P}/${PN}" + LICENSE="GPL-2" SLOT="0" -IUSE="" - RDEPEND=" !<x11-apps/radeon-profile-20200504-r1 dev-qt/qtcore:5 @@ -26,8 +26,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}/${PN}" - PATCHES=( "${FILESDIR}/${PN}-20190603-run_subdir.patch" ) diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild index dc4d37cb3a89..b50463902a78 100644 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,11 +14,11 @@ else SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi +S="${WORKDIR}/${P}/${PN}" + LICENSE="GPL-2" SLOT="0" -IUSE="" - RDEPEND=" !<x11-apps/radeon-profile-20200504-r1 dev-qt/qtcore:5 @@ -26,8 +26,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}/${PN}" - PATCHES=( "${FILESDIR}/${PN}-20190603-run_subdir.patch" ) |