diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 20:32:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:23 +0200 |
commit | e616a7c40ede2efff612a07ab0a4532b5e8e712d (patch) | |
tree | 545bdb210b82e4bbcad09f118d3680f3fda27685 /app-admin/lsyncd | |
parent | dev-lang/rust-bin: add github upstream metadata (diff) | |
download | gentoo-e616a7c40ede2efff612a07ab0a4532b5e8e712d.tar.gz gentoo-e616a7c40ede2efff612a07ab0a4532b5e8e712d.tar.bz2 gentoo-e616a7c40ede2efff612a07ab0a4532b5e8e712d.zip |
app-admin/lsyncd: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/lsyncd')
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app-admin/lsyncd/lsyncd-2.2.3.ebuild b/app-admin/lsyncd/lsyncd-2.2.3.ebuild index cc8493d1bdc3..afa60bc84968 100644 --- a/app-admin/lsyncd/lsyncd-2.2.3.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG" LUA_COMPAT=( lua5-{2,3} ) LUA_REQ_USE="deprecated" @@ -20,14 +19,13 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" REQUIRED_USE="${LUA_REQUIRED_USE}" -CDEPEND="${LUA_DEPS}" -DEPEND="${CDEPEND} - app-text/asciidoc - virtual/pkgconfig" -RDEPEND="${CDEPEND} +DEPEND="${LUA_DEPS}" +RDEPEND="${LUA_DEPS} net-misc/rsync" # Both lua and luac are invoked at build time -BDEPEND="${CDEPEND}" +BDEPEND="${LUA_DEPS} + app-text/asciidoc + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-2.2.3-cmake_lua_version.patch |