diff options
author | David Seifert <soap@gentoo.org> | 2021-11-27 17:53:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-11-27 17:53:29 +0100 |
commit | 4a2c4a9d27681177e24b1b1388236e38da52a4d1 (patch) | |
tree | d8698c80d89dd091b5373823c128a665eaf29024 /net-libs | |
parent | dev-libs/cppcodec: sync live ebuild (diff) | |
download | gentoo-4a2c4a9d27681177e24b1b1388236e38da52a4d1.tar.gz gentoo-4a2c4a9d27681177e24b1b1388236e38da52a4d1.tar.bz2 gentoo-4a2c4a9d27681177e24b1b1388236e38da52a4d1.zip |
net-libs/librsync: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librsync/librsync-2.3.2.ebuild | 6 |
1 files 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() { |