diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 13:00:05 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:02:24 +0300 |
commit | 07e54b5297ad1483f2feb918855983e3ac42ca08 (patch) | |
tree | 3e8b09572faca367c302953d6673cdfd365b1654 /x11-apps | |
parent | x11-apps/radeon-profile-daemon: remove empty IUSE (diff) | |
download | gentoo-07e54b5297ad1483f2feb918855983e3ac42ca08.tar.gz gentoo-07e54b5297ad1483f2feb918855983e3ac42ca08.tar.bz2 gentoo-07e54b5297ad1483f2feb918855983e3ac42ca08.zip |
x11-apps/radeon-profile: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37799
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-apps')
3 files changed, 9 insertions, 15 deletions
diff --git a/x11-apps/radeon-profile/radeon-profile-20200824-r1.ebuild b/x11-apps/radeon-profile/radeon-profile-20200824-r1.ebuild index 1024baeddcbe..b8ad38d11f4c 100644 --- a/x11-apps/radeon-profile/radeon-profile-20200824-r1.ebuild +++ b/x11-apps/radeon-profile/radeon-profile-20200824-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,13 +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="" - -S="${WORKDIR}/${P}/${PN}" - RDEPEND=" !<x11-apps/radeon-profile-daemon-20190603-r1 dev-qt/qtcharts:5 diff --git a/x11-apps/radeon-profile/radeon-profile-20200824.ebuild b/x11-apps/radeon-profile/radeon-profile-20200824.ebuild index d836b3ad1f83..e4528ce6ecb8 100644 --- a/x11-apps/radeon-profile/radeon-profile-20200824.ebuild +++ b/x11-apps/radeon-profile/radeon-profile-20200824.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,13 +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="" - -S="${WORKDIR}/${P}/${PN}" - RDEPEND=" !<x11-apps/radeon-profile-daemon-20190603-r1 dev-qt/qtcharts:5 diff --git a/x11-apps/radeon-profile/radeon-profile-99999999.ebuild b/x11-apps/radeon-profile/radeon-profile-99999999.ebuild index d836b3ad1f83..e4528ce6ecb8 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-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,13 +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="" - -S="${WORKDIR}/${P}/${PN}" - RDEPEND=" !<x11-apps/radeon-profile-daemon-20190603-r1 dev-qt/qtcharts:5 |