From 5ec023ecbc3d2252a5452d36871399777c49d252 Mon Sep 17 00:00:00 2001 From: dewostator <32709649+dewostator@users.noreply.github.com> Date: Fri, 1 Jun 2018 12:41:47 +0300 Subject: [PATCH] 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 753184453c32..36095b328a97 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/" -- 2.26.2