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 E57A3138334 for ; Fri, 1 Jun 2018 14:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F964E0636; Fri, 1 Jun 2018 14:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F1F12E0636 for ; Fri, 1 Jun 2018 14:10:42 +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 7B08C335C60 for ; Fri, 1 Jun 2018 14:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1E032B5 for ; Fri, 1 Jun 2018 14:10:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527862230.5ec023ecbc3d2252a5452d36871399777c49d252.bman@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.23.3.ebuild X-VCS-Directories: app-misc/recoll/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5ec023ecbc3d2252a5452d36871399777c49d252 X-VCS-Branch: master Date: Fri, 1 Jun 2018 14:10:39 +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-Archives-Salt: 1003e08d-52cd-4dc5-8576-6659d3fb969a X-Archives-Hash: 805ccad0df4e417a344df700666947d8 commit: 5ec023ecbc3d2252a5452d36871399777c49d252 Author: dewostator <32709649+dewostator users noreply github com> AuthorDate: Fri Jun 1 09:41:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jun 1 14:10:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec023ec Update recoll-1.23.3.ebuild added eutils.class to inherit to fix postinst INFO Closes: https://github.com/gentoo/gentoo/pull/8664 app-misc/recoll/recoll-1.23.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/recoll/recoll-1.23.3.ebuild b/app-misc/recoll/recoll-1.23.3.ebuild index 753184453c3..36095b328a9 100644 --- a/app-misc/recoll/recoll-1.23.3.ebuild +++ b/app-misc/recoll/recoll-1.23.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit linux-info python-single-r1 qmake-utils +inherit eutils linux-info python-single-r1 qmake-utils DESCRIPTION="A personal full text search package" HOMEPAGE="http://www.lesbonscomptes.com/recoll/"