Update recoll-1.23.3.ebuild
authordewostator <32709649+dewostator@users.noreply.github.com>
Fri, 1 Jun 2018 09:41:47 +0000 (12:41 +0300)
committerAaron Bauman <bman@gentoo.org>
Fri, 1 Jun 2018 14:10:30 +0000 (10:10 -0400)
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

index 753184453c322e4d2092ae33560db7248c754c06..36095b328a978670652810fbd5c7e868e5cda630 100644 (file)
@@ -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/"