diff options
author | 2024-02-25 16:16:00 +0100 | |
---|---|---|
committer | 2024-02-25 16:19:54 +0100 | |
commit | b2e7a7cbc5944429a949029cbcf97b6bdd6735fb (patch) | |
tree | a861e099cc9199d23b3b2cc67468e5fc422b4c6f /x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild | |
parent | x11-themes/fedora-backgrounds: drop 39.0.3, 39.0.4 (diff) | |
download | gentoo-b2e7a7cbc5944429a949029cbcf97b6bdd6735fb.tar.gz gentoo-b2e7a7cbc5944429a949029cbcf97b6bdd6735fb.tar.bz2 gentoo-b2e7a7cbc5944429a949029cbcf97b6bdd6735fb.zip |
x11-themes/fedora-backgrounds: Fix EmptyGlobalAssignment
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild')
-rw-r--r-- | x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild index 2bbc93856366..cc3c29201002 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-34.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,11 +14,6 @@ SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${ LICENSE="CC-BY-SA-4.0" KEYWORDS="amd64 x86" -IUSE="" SLOT="$(ver_cut 1)" -RDEPEND="" -DEPEND="" -BDEPEND="" - S="${WORKDIR}/${MY_PN}" |