Updated vzlogger and dependencies
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
EBUILD libsml-9999.ebuild 1433 BLAKE2B 032d82e649317a7c8daa732bcdeaaceb05947556540c9e3edd2b2b53af0adcd9dfc90512b6c908d1cd4416c75ee8e61b044d2f4fe4a9d9d1bf5c151069129876 SHA512 eca68b0afcdf92815f5c3a07d6f8a76473812f0d460810fcf85bf3a746244b732c978a72fc61b33513fe5325e6c0e407f4f86658e1a719d47845b38a393fd4e6
|
||||
EBUILD libsml-9999.ebuild 1372 BLAKE2B 8c9c2c117b8c82d996b1931bead3f5b20c9ef4828f75851155c9e2637f24ab5936d0dcdc5711295468cf9befc9fc9d61acc984d3acce061b0b7a3d76175d8212 SHA512 ea382a8463e2241eb6880d8b8b717359e66e03ff7beb00310d323b93b34a44da43b2464f6a07a82971f58c8a1c9b6c915d5eb64f72019776b343dcacad759eec
|
||||
MISC metadata.xml 256 BLAKE2B 4c059fb5081287336047af5a449bebc0838049c83b5c7a078c308df426e16a2fe9d9b7f97e9e6cb4f4b2e2ee482391a7b0569b0d8a82d1668edee19711357ad6 SHA512 6cce7981d034a259ea4a4e010da189961cb8e64067cfb93b2497c02198b858161e70f4c0ac9db84e6dcd857c54e3e30de71b63d248167fd2b18185b337fc7d60
|
||||
|
||||
@@ -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:" \
|
||||
|
||||
Reference in New Issue
Block a user