commit: 6d48fc1f29203ce2e87354d018e2920bb3c12183
Author: Ryan Hill <rhill <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 21:35:41 2016 +0000
Commit: Ryan Hill <rhill <AT> gentoo <DOT> org>
CommitDate: Sat May 7 21:35:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d48fc1f
Revert "fixed einstall vs. emake install for eapi=6"
This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03.
eclass/vdr-plugin-2.eclass | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass
index 65f1409..ae09a34 100644
--- a/eclass/vdr-plugin-2.eclass
+++ b/eclass/vdr-plugin-2.eclass
@@ -571,11 +571,7 @@ vdr-plugin-2_src_install() {
local SOFILE_STRING=$(grep SOFILE Makefile)
if [[ -n ${SOFILE_STRING} ]]; then
BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-install
}}
- if [[ ${EAPI} == 6 ]]; then
- emake install ${BUILD_PARAMS} \
- else
- einstall ${BUILD_PARAMS} \
- fi
+ einstall ${BUILD_PARAMS} \
${BUILD_TARGETS} \
TMPDIR="${T}" \
DESTDIR="${D}" \