summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-04-25 20:19:19 +0800
committerJason Zaman <perfinion@gentoo.org>2018-04-26 19:21:50 +0800
commite46b33dd15ecfbf3490237d38ea1b313a677294f (patch)
treecd0e381c53d299d241d061adc6486e176c2420d8
parentsys-libs/libsemanage: update live ebuild (diff)
downloadgentoo-e46b33dd.tar.gz
gentoo-e46b33dd.tar.bz2
gentoo-e46b33dd.zip
sys-apps/checkpolicy: update live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--sys-apps/checkpolicy/checkpolicy-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-9999.ebuild b/sys-apps/checkpolicy/checkpolicy-9999.ebuild
index a354cf27e267..66c08af1f9e2 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."
}