dev-libs/imsg-compat: version bump to 6.8.2

Closes: https://bugs.gentoo.org/784929

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2021-04-22 10:06:10 -04:00
parent 72c8a8b801
commit 5af8fc2248
3 changed files with 15 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
# Copyright 2019-2020 Gentoo Authors
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="linux port of OpenBSD imsg"
HOMEPAGE="https://man.openbsd.org/imsg_init.3
@@ -22,6 +24,10 @@ SLOT="0"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
src_configure() {
tc-export CC AR
}
src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
if ! use static-libs ; then