commit: cdc4889a608e33e70771748d4fc6f2ef56769f60 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Wed Apr 25 12:20:21 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Apr 26 11:21:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc4889a
sys-apps/semodule-utils: update live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/semodule-utils/semodule-utils-9999.ebuild | 10 +++------- 1 file 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 67891e9cf81..821f4f48c48 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 }