From: Jason Zaman Date: Thu, 23 Feb 2017 08:33:04 +0000 (+0800) Subject: sys-apps/selinux-python: update live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54642a7414cafeea79371dea5021cca6a72c13cb;p=gentoo.git sys-apps/selinux-python: update live ebuild need to pass the path to libsepol.a Package-Manager: portage-2.3.3 --- diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index 556173cabf3a..84a858b5e4e1 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -62,9 +62,10 @@ src_compile() { src_install() { installation() { - emake -C "${BUILD_DIR}" DESTDIR="${D}" \ + emake -C "${BUILD_DIR}" \ + DESTDIR="${D}" \ LIBDIR="\$(PREFIX)/$(get_libdir)" \ - PYLIBVER="${EPYTHON}" \ + LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \ install python_optimize }