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 6FA50158CBB for ; Mon, 8 May 2023 18:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D2DE08B0; Mon, 8 May 2023 18:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 96531E08AE for ; Mon, 8 May 2023 18:41:54 +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 A7318340E5F for ; Mon, 8 May 2023 18:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70CCA67 for ; Mon, 8 May 2023 18:41:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1683571221.732d591e0604b0b75dc05bd890a58833acaff34b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/farbfeld/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/farbfeld/farbfeld-4.ebuild X-VCS-Directories: media-gfx/farbfeld/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 732d591e0604b0b75dc05bd890a58833acaff34b X-VCS-Branch: master Date: Mon, 8 May 2023 18:41:50 +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: 8771ca99-ec73-4f44-96de-fa463dec49f0 X-Archives-Hash: fb4a100f8f0206f0f7e0bf1293539bc2 commit: 732d591e0604b0b75dc05bd890a58833acaff34b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Apr 24 15:52:04 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 8 18:40:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732d591e media-gfx/farbfeld: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-gfx/farbfeld/farbfeld-4.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-gfx/farbfeld/farbfeld-4.ebuild b/media-gfx/farbfeld/farbfeld-4.ebuild index 842212f8bc4d..19cf5b0723d4 100644 --- a/media-gfx/farbfeld/farbfeld-4.ebuild +++ b/media-gfx/farbfeld/farbfeld-4.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit toolchain-funcs -DESCRIPTION="farbfeld simple image format tools" +DESCRIPTION="Farbfeld simple image format tools" HOMEPAGE="https://tools.suckless.org/farbfeld/" SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" @@ -16,9 +17,7 @@ RDEPEND=" media-libs/libjpeg-turbo media-libs/libpng:* " -DEPEND=" - ${RDEPEND} -" +DEPEND="${RDEPEND}" src_prepare() { default