Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/
Date: Thu, 16 Mar 2023 12:18:08
Message-Id: 1678969051.ae0952e95eb62e5833985db50c78ab2bb56be3cb.pacho@gentoo
1 commit: ae0952e95eb62e5833985db50c78ab2bb56be3cb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 11:44:32 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 12:17:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0952e9
7
8 x11-themes/fedora-backgrounds: update EAPI 7 -> 8
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
16 index a77dd6e3851c..50a4ecfe9a96 100644
17 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
18 +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
28 HOMEPAGE="https://github.com/fedoradesign/backgrounds"
29 @@ -17,5 +17,6 @@ SLOT="$(ver_cut 1)"
30
31 RDEPEND=""
32 DEPEND=""
33 +BDEPEND=""
34
35 S="${WORKDIR}/${MY_PN}"