commit:     ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 14:22:55 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 14:55:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae167b6d

app-misc/recoll: drop eutils from 1.28.5

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/recoll/recoll-1.28.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/recoll/recoll-1.28.5.ebuild 
b/app-misc/recoll/recoll-1.28.5.ebuild
index c20691ad7ec..1f44395e55f 100644
--- a/app-misc/recoll/recoll-1.28.5.ebuild
+++ b/app-misc/recoll/recoll-1.28.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6..9} )
 
-inherit eutils linux-info optfeature python-single-r1 qmake-utils
+inherit linux-info optfeature python-single-r1 qmake-utils
 
 DESCRIPTION="A personal full text search package"
 HOMEPAGE="https://www.lesbonscomptes.com/recoll/";
@@ -100,7 +100,7 @@ src_configure() {
 }
 
 src_install() {
-       emake STRIP="$(type -P true)" DESTDIR="${D}" install
+       emake STRIP="$(type -P true || die)" DESTDIR="${D}" install
        python_optimize
 
        # html docs should be placed in /usr/share/doc/${PN}/html

Reply via email to