diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-03-16 12:44:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-03-16 13:17:31 +0100 |
commit | ae0952e95eb62e5833985db50c78ab2bb56be3cb (patch) | |
tree | a89053ebf0ada63338ad7365819455047f6c41ab /x11-themes/fedora-backgrounds | |
parent | gnome-extra/gnome-shell-extension-dash-to-panel: add 55 (diff) | |
download | gentoo-ae0952e95eb62e5833985db50c78ab2bb56be3cb.tar.gz gentoo-ae0952e95eb62e5833985db50c78ab2bb56be3cb.tar.bz2 gentoo-ae0952e95eb62e5833985db50c78ab2bb56be3cb.zip |
x11-themes/fedora-backgrounds: update EAPI 7 -> 8
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/fedora-backgrounds')
-rw-r--r-- | x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild index a77dd6e3851c..50a4ecfe9a96 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A set of default and supplemental wallpapers for Fedora" HOMEPAGE="https://github.com/fedoradesign/backgrounds" @@ -17,5 +17,6 @@ SLOT="$(ver_cut 1)" RDEPEND="" DEPEND="" +BDEPEND="" S="${WORKDIR}/${MY_PN}" |