sys-apps/checkpolicy: update live ebuild
authorJason Zaman <perfinion@gentoo.org>
Wed, 25 Apr 2018 12:19:19 +0000 (20:19 +0800)
committerJason Zaman <perfinion@gentoo.org>
Thu, 26 Apr 2018 11:21:50 +0000 (19:21 +0800)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-apps/checkpolicy/checkpolicy-9999.ebuild

index a354cf27e2671acb7d715c36f3cee7c8ac754de7..66c08af1f9e27f694c7e1b883ab90e59abdf621c 100644 (file)
@@ -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."
 }