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 C538D158087 for ; Tue, 1 Feb 2022 18:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF7772BC0A0; Tue, 1 Feb 2022 18:19:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ABF4C2BC0A0 for ; Tue, 1 Feb 2022 18:19:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC7AC343212 for ; Tue, 1 Feb 2022 18:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0398B2DB for ; Tue, 1 Feb 2022 18:19:19 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1643739033.cbded5cd457b259af7522eec17528d6f00fde272.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cadaver/cadaver-0.23.3-r1.ebuild X-VCS-Directories: net-misc/cadaver/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: cbded5cd457b259af7522eec17528d6f00fde272 X-VCS-Branch: master Date: Tue, 1 Feb 2022 18:19:19 +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: 1f563e7f-3cb1-4419-86df-2cf3a3636d73 X-Archives-Hash: 9d081c63535c3e3cb54e07b266d66e2b commit: cbded5cd457b259af7522eec17528d6f00fde272 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Feb 1 04:00:00 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Feb 1 18:10:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbded5cd net-misc/cadaver: Use EAPI="8" Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://github.com/gentoo/gentoo/pull/24036 Signed-off-by: Jakov Smolić gentoo.org> net-misc/cadaver/cadaver-0.23.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild index e5bbfcb90334..d26e0bb35464 100644 --- a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild +++ b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2003-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" inherit autotools @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" IUSE="nls" BDEPEND="sys-devel/gettext" -DEPEND="=net-libs/neon-0.27.0:=" RDEPEND="${DEPEND}" DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)