diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 12:58:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:02:24 +0300 |
commit | 01094b01ddd3fec48854ed25cda7755fba0e1c8b (patch) | |
tree | e32b53fafd98dc384f234e9a08470804fca17204 /x11-apps/radeon-profile-daemon | |
parent | x11-apps/xrandr: remove empty IUSE, update DESCRIPTION (diff) | |
download | gentoo-01094b01ddd3fec48854ed25cda7755fba0e1c8b.tar.gz gentoo-01094b01ddd3fec48854ed25cda7755fba0e1c8b.tar.bz2 gentoo-01094b01ddd3fec48854ed25cda7755fba0e1c8b.zip |
x11-apps/radeon-profile-daemon: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-apps/radeon-profile-daemon')
-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" ) |