summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-04-25 20:20:21 +0800
committerJason Zaman <perfinion@gentoo.org>2018-04-26 19:21:58 +0800
commitcdc4889a608e33e70771748d4fc6f2ef56769f60 (patch)
tree8849b121223c1690eb418639690efae60baaf649
parentsys-apps/selinux-python: update live ebuild (diff)
downloadgentoo-cdc4889a.tar.gz
gentoo-cdc4889a.tar.bz2
gentoo-cdc4889a.zip
sys-apps/semodule-utils: update live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--sys-apps/semodule-utils/semodule-utils-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild b/sys-apps/semodule-utils/semodule-utils-9999.ebuild
index 67891e9cf812..821f4f48c483 100644
--- a/sys-apps/semodule-utils/semodule-utils-9999.ebuild
+++ b/sys-apps/semodule-utils/semodule-utils-9999.ebuild
@@ -1,11 +1,11 @@
-# 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_RELEASEDATE="20170804"
+MY_RELEASEDATE="20180419"
SEPOL_VER="${PV}"
SELNX_VER="${PV}"
@@ -40,14 +40,10 @@ src_prepare() {
}
src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LIBDIR="\$(PREFIX)/$(get_libdir)"
+ emake CC="$(tc-getCC)"
}
src_install() {
emake DESTDIR="${D}" \
- LIBDIR="\$(PREFIX)/$(get_libdir)" \
- LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
install
}