Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Sat, 27 Nov 2021 16:55:16
Message-Id: 1638032009.4a2c4a9d27681177e24b1b1388236e38da52a4d1.soap@gentoo
1 commit: 4a2c4a9d27681177e24b1b1388236e38da52a4d1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 16:53:29 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 16:53:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2c4a9d
7
8 net-libs/librsync: update EAPI 7 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-libs/librsync/librsync-2.3.2.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/net-libs/librsync/librsync-2.3.2.ebuild b/net-libs/librsync/librsync-2.3.2.ebuild
16 index ac6abbb3ceaf..c0f93b8e904a 100644
17 --- a/net-libs/librsync/librsync-2.3.2.ebuild
18 +++ b/net-libs/librsync/librsync-2.3.2.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit cmake
27
28 @@ -13,9 +13,7 @@ LICENSE="LGPL-2.1"
29 SLOT="0/2.2"
30 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
31
32 -RDEPEND="
33 - dev-libs/popt
34 -"
35 +RDEPEND="dev-libs/popt"
36 DEPEND="${RDEPEND}"
37
38 src_configure() {