Skip to content

Commit

Permalink
sys-libs/libsemanage: update live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
perfinion committed Jun 13, 2017
1 parent 6af689c commit 175b4fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sys-libs/libsemanage/libsemanage-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit multilib python-r1 toolchain-funcs multilib-minimal

MY_P="${P//_/-}"
MY_RELEASEDATE="20161014"
MY_RELEASEDATE="20170609"

SEPOL_VER="${PV}"
SELNX_VER="${PV}"
Expand Down Expand Up @@ -85,7 +85,11 @@ multilib_src_compile() {

if multilib_is_native_abi && use python; then
building_py() {
emake "$@"
emake \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
"$@"
}
python_foreach_impl building_py swigify
python_foreach_impl building_py pywrap
Expand Down

0 comments on commit 175b4fb

Please sign in to comment.