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 D9498158094 for ; Tue, 11 Oct 2022 09:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA127E087A; Tue, 11 Oct 2022 09:11:57 +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 C0139E087A for ; Tue, 11 Oct 2022 09:11:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5639341223 for ; Tue, 11 Oct 2022 09:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED9C55EC for ; Tue, 11 Oct 2022 09:11:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1665479505.3b2f81a1062dcb5e158e9f71a0dd2cb9c21a844f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild X-VCS-Directories: app-emulation/fuse-utils/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3b2f81a1062dcb5e158e9f71a0dd2cb9c21a844f X-VCS-Branch: master Date: Tue, 11 Oct 2022 09:11:54 +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: a06fe8de-9e69-4bcb-bcdb-db591d8d460d X-Archives-Hash: 9108e9a7452d2c4218269ac2385bebde commit: 3b2f81a1062dcb5e158e9f71a0dd2cb9c21a844f Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 11 08:27:09 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 11 09:11:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f81a1 app-emulation/fuse-utils: keyword 1.4.3-r1 for ~riscv, EAPI 7 -> 8 Signed-off-by: Marek Szuba gentoo.org> app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild b/app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild index ed13eca91e09..e0bbb4ddd841 100644 --- a/app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild +++ b/app-emulation/fuse-utils/fuse-utils-1.4.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="audiofile gcrypt jpeg png zlib" RDEPEND=">=app-emulation/libspectrum-1.4.4[audiofile?,gcrypt?,zlib?]