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

sys-apps/semodule-utils/semodule-utils-9999.ebuild

index 67891e9cf8120b56f022de198ad87f7a8388bd4c..821f4f48c483f521e30759f3a3250c14c28246db 100644 (file)
@@ -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
 }