From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16C3A1382C5 for ; Wed, 10 Feb 2021 14:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605B8E088F; Wed, 10 Feb 2021 14:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48B0BE088F for ; Wed, 10 Feb 2021 14:55:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F16A1335D77 for ; Wed, 10 Feb 2021 14:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABE3C4C3 for ; Wed, 10 Feb 2021 14:55:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1612968907.ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/recoll/recoll-1.28.5.ebuild X-VCS-Directories: app-misc/recoll/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd X-VCS-Branch: master Date: Wed, 10 Feb 2021 14:55:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f92061f-bd7a-4a28-a7c6-437441443c32 X-Archives-Hash: 46322809f40c0435a6f668658ecab820 commit: ae167b6d9b9a7f8d4f4afbd30996d3560ca201cd Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 10 14:22:55 2021 +0000 Commit: Joonas Niilola gentoo 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 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