diff options
Diffstat (limited to 'net-libs/librsync/librsync-2.3.2.ebuild')
-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() { |