diff options
author | Ryan Hill <rhill@gentoo.org> | 2016-05-07 15:35:41 -0600 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2016-05-07 15:35:41 -0600 |
commit | 6d48fc1f29203ce2e87354d018e2920bb3c12183 (patch) | |
tree | 540b5f7fc7a9d56d7c47d243d7f6b77c961d725a /eclass | |
parent | x11-plugins/pidgin-opensteamworks: Add missing upstream maintainer's name (diff) | |
download | gentoo-6d48fc1f29203ce2e87354d018e2920bb3c12183.tar.gz gentoo-6d48fc1f29203ce2e87354d018e2920bb3c12183.tar.bz2 gentoo-6d48fc1f29203ce2e87354d018e2920bb3c12183.zip |
Revert "fixed einstall vs. emake install for eapi=6"
This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 65f1409018c4..ae09a346439b 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}" \ |