Updated vzlogger and dependencies

This commit is contained in:
Torsten Kurbad
2025-10-06 21:49:46 +02:00
parent 441e6e437e
commit f462741aa0
6 changed files with 9 additions and 11 deletions
+2 -6
View File
@@ -1,11 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
MULTILIB_COMPAT=( abi_x86_64 )
inherit multilib-build eutils
inherit multilib-build
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/volkszaehler/${PN}"
@@ -29,8 +27,6 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig"
EMULTILIB_PKG="true"
src_prepare() {
local lib64="$(get_libdir)"
sed -e "s:prefix = /usr/local:prefix = /usr:" \