Package-Manager: Portage-2.3.24, Repoman-2.3.6
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit toolchain-funcs
MY_P="${P//_/-}"
-MY_RELEASEDATE="20170804"
+MY_RELEASEDATE="20180419"
SEPOL_VER="${PV}"
SEMNG_VER="${PV}"
src_install() {
emake DESTDIR="${D}" \
- LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
install
if use debug; then
}
pkg_postinst() {
- einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy."
+ einfo "This checkpolicy can compile version `checkpolicy -V | cut -f 1 -d ' '` policy."
}