Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
Date: Wed, 10 Feb 2021 14:55:21
Message-Id: 1612968907.ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd.juippis@gentoo
1 commit: ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 14:22:55 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 14:55:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae167b6d
7
8 app-misc/recoll: drop eutils from 1.28.5
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-misc/recoll/recoll-1.28.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/recoll/recoll-1.28.5.ebuild b/app-misc/recoll/recoll-1.28.5.ebuild
16 index c20691ad7ec..1f44395e55f 100644
17 --- a/app-misc/recoll/recoll-1.28.5.ebuild
18 +++ b/app-misc/recoll/recoll-1.28.5.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 PYTHON_COMPAT=( python3_{6..9} )
22
23 -inherit eutils linux-info optfeature python-single-r1 qmake-utils
24 +inherit linux-info optfeature python-single-r1 qmake-utils
25
26 DESCRIPTION="A personal full text search package"
27 HOMEPAGE="https://www.lesbonscomptes.com/recoll/"
28 @@ -100,7 +100,7 @@ src_configure() {
29 }
30
31 src_install() {
32 - emake STRIP="$(type -P true)" DESTDIR="${D}" install
33 + emake STRIP="$(type -P true || die)" DESTDIR="${D}" install
34 python_optimize
35
36 # html docs should be placed in /usr/share/doc/${PN}/html