Skip to content

Commit

Permalink
Revert "sys-libs/libsemanage: Use tc-getPKG_CONFIG where appropriate"
Browse files Browse the repository at this point in the history
This reverts commit 874f570.

(To fix Bug tag, oops.)

Signed-off-by: Sam James <[email protected]>
thesamesam committed Mar 27, 2022

Verified

This commit was signed with the committer’s verified signature.
thesamesam Sam James
1 parent 355822f commit b23440d
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sys-libs/libsemanage/libsemanage-3.3.ebuild
Original file line number Diff line number Diff line change
@@ -84,7 +84,6 @@ multilib_src_compile() {
emake \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
PKG_CONFIG="$(tc-getPKG_CONFIG)" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
"$@"
}
@@ -102,7 +101,6 @@ multilib_src_install() {
installation_py() {
emake DESTDIR="${ED}" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
PKG_CONFIG="$(tc-getPKG_CONFIG)" \
install-pywrap
python_optimize # bug 531638
}
2 changes: 0 additions & 2 deletions sys-libs/libsemanage/libsemanage-9999.ebuild
Original file line number Diff line number Diff line change
@@ -84,7 +84,6 @@ multilib_src_compile() {
emake \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
PKG_CONFIG="$(tc-getPKG_CONFIG)" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
"$@"
}
@@ -102,7 +101,6 @@ multilib_src_install() {
installation_py() {
emake DESTDIR="${ED}" \
LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
PKG_CONFIG="$(tc-getPKG_CONFIG)" \
install-pywrap
python_optimize # bug 531638
}

0 comments on commit b23440d

Please sign in to comment.