commit: 5ec023ecbc3d2252a5452d36871399777c49d252 Author: dewostator <32709649+dewostator <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Jun 1 09:41:47 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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/"