From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B04815A7D9 for ; Thu, 16 Mar 2023 12:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84450E07F9; Thu, 16 Mar 2023 12:18:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BD3DE07F9 for ; Thu, 16 Mar 2023 12:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9395533E362 for ; Thu, 16 Mar 2023 12:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 776938E4 for ; Thu, 16 Mar 2023 12:18:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1678969051.ae0952e95eb62e5833985db50c78ab2bb56be3cb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild X-VCS-Directories: x11-themes/fedora-backgrounds/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ae0952e95eb62e5833985db50c78ab2bb56be3cb X-VCS-Branch: master Date: Thu, 16 Mar 2023 12:18:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0eb76793-6f42-4be0-b15c-8bd566bae55f X-Archives-Hash: cea86ecb61cfeb364fb0f66e9435375b commit: ae0952e95eb62e5833985db50c78ab2bb56be3cb Author: Pacho Ramos gentoo org> AuthorDate: Thu Mar 16 11:44:32 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Mar 16 12:17:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0952e9 x11-themes/fedora-backgrounds: update EAPI 7 -> 8 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild | 5 +++-- 1 file 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}"