From 54642a7414cafeea79371dea5021cca6a72c13cb Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Thu, 23 Feb 2017 16:33:04 +0800 Subject: [PATCH] sys-apps/selinux-python: update live ebuild need to pass the path to libsepol.a Package-Manager: portage-2.3.3 --- sys-apps/selinux-python/selinux-python-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } -- 2.26.2