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 DBE6D158086 for ; Sat, 27 Nov 2021 16:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 615AB2BC030; Sat, 27 Nov 2021 16:55:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C1D42BC020 for ; Sat, 27 Nov 2021 16:55:15 +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 C1A27342AF3 for ; Sat, 27 Nov 2021 16:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526DB1E6 for ; Sat, 27 Nov 2021 16:55:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1638032009.4a2c4a9d27681177e24b1b1388236e38da52a4d1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librsync/librsync-2.3.2.ebuild X-VCS-Directories: net-libs/librsync/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4a2c4a9d27681177e24b1b1388236e38da52a4d1 X-VCS-Branch: master Date: Sat, 27 Nov 2021 16:55:12 +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: f29419a9-748d-4db6-b2fa-d2ed644fc2fe X-Archives-Hash: 21a2a71aa823a47a7b009eff4a34b24f commit: 4a2c4a9d27681177e24b1b1388236e38da52a4d1 Author: David Seifert gentoo org> AuthorDate: Sat Nov 27 16:53:29 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 27 16:53:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2c4a9d net-libs/librsync: update EAPI 7 -> 8 Signed-off-by: David Seifert gentoo.org> net-libs/librsync/librsync-2.3.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-libs/librsync/librsync-2.3.2.ebuild b/net-libs/librsync/librsync-2.3.2.ebuild index ac6abbb3ceaf..c0f93b8e904a 100644 --- a/net-libs/librsync/librsync-2.3.2.ebuild +++ b/net-libs/librsync/librsync-2.3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -13,9 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0/2.2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -RDEPEND=" - dev-libs/popt -" +RDEPEND="dev-libs/popt" DEPEND="${RDEPEND}" src_configure() {