From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1397059-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F0C9D158090
	for <garchives@archives.gentoo.org>; Mon, 16 May 2022 03:03:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43E1FE07EF;
	Mon, 16 May 2022 03:03:44 +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 1FD4BE07EF
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 03:03:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 3D515341304
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 03:03:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B709846A
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 May 2022 03:03:41 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1652670143.c3d05b5054ca89187a37311cb079b96f9a6e40b0.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-forensics/afflib/afflib-3.7.19-r1.ebuild app-forensics/afflib/afflib-3.7.19.ebuild
X-VCS-Directories: app-forensics/afflib/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c3d05b5054ca89187a37311cb079b96f9a6e40b0
X-VCS-Branch: master
Date: Mon, 16 May 2022 03:03:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e3450cb3-11ba-487b-8f86-212f772a4e36
X-Archives-Hash: c50eeee8cb20c2cabe811a8abe4594f1

commit:     c3d05b5054ca89187a37311cb079b96f9a6e40b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 03:00:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 16 03:02:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d05b50

app-forensics/afflib: add Python 3.10, fix fuse dep

Closes: https://bugs.gentoo.org/796248
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{afflib-3.7.19.ebuild => afflib-3.7.19-r1.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-forensics/afflib/afflib-3.7.19.ebuild b/app-forensics/afflib/afflib-3.7.19-r1.ebuild
similarity index 86%
rename from app-forensics/afflib/afflib-3.7.19.ebuild
rename to app-forensics/afflib/afflib-3.7.19-r1.ebuild
index a9cfa61c34b8..1becd23f068c 100644
--- a/app-forensics/afflib/afflib-3.7.19.ebuild
+++ b/app-forensics/afflib/afflib-3.7.19-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools python-single-r1
 
 MY_PN=AFFLIBv3
@@ -25,15 +24,15 @@ RESTRICT="test"
 
 RDEPEND="
 	dev-libs/expat
-	sys-libs/zlib:0=
-	fuse? ( sys-fs/fuse:= )
-	dev-libs/openssl:0=
-	ncurses? ( sys-libs/ncurses:0= )
+	sys-libs/zlib:=
+	fuse? ( sys-fs/fuse:0 )
+	dev-libs/openssl:=
+	ncurses? ( sys-libs/ncurses:= )
 	python? (
 		${PYTHON_DEPS}
 		$(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]')
 	)
-	readline? ( sys-libs/readline:0= )
+	readline? ( sys-libs/readline:= )
 	s3? ( net-misc/curl )
 "
 DEPEND="${RDEPEND}"
@@ -66,10 +65,12 @@ src_configure() {
 		$(use_enable static-libs static)
 		$(use_enable threads threading)
 	)
+
 	econf "${myeconfargs[@]}"
 }
 
 src_install() {
 	default
+
 	find "${ED}" -name "*.la" -delete || die
 }