commit: e46b33dd15ecfbf3490237d38ea1b313a677294f
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 12:19:19 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 11:21:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b33dd
sys-apps/checkpolicy: update live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/checkpolicy/checkpolicy-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sys-apps/checkpolicy/checkpolicy-9999.ebuild
b/sys-apps/checkpolicy/checkpolicy-9999.ebuild
index a354cf27e26..66c08af1f9e 100644
--- a/sys-apps/checkpolicy/checkpolicy-9999.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -6,7 +6,7 @@ EAPI="6"
inherit toolchain-funcs
MY_P="${P//_/-}"
-MY_RELEASEDATE="20170804"
+MY_RELEASEDATE="20180419"
SEPOL_VER="${PV}"
SEMNG_VER="${PV}"
@@ -44,7 +44,6 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" \
- LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
install
if use debug; then
@@ -54,5 +53,5 @@ src_install() {
}
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."
}