diff options
author | dewostator <32709649+dewostator@users.noreply.github.com> | 2018-06-01 12:41:47 +0300 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 10:10:30 -0400 |
commit | 5ec023ecbc3d2252a5452d36871399777c49d252 (patch) | |
tree | f0fe08ba04ef686c101fa32ec628cc7d5811daf9 /app-misc/recoll | |
parent | sys-kernel/ck-sources: genpatches-4.16-14 (diff) | |
download | gentoo-5ec023ecbc3d2252a5452d36871399777c49d252.tar.gz gentoo-5ec023ecbc3d2252a5452d36871399777c49d252.tar.bz2 gentoo-5ec023ecbc3d2252a5452d36871399777c49d252.zip |
Update recoll-1.23.3.ebuild
added eutils.class to inherit to fix postinst INFO
Closes: https://github.com/gentoo/gentoo/pull/8664
Diffstat (limited to 'app-misc/recoll')
-rw-r--r-- | app-misc/recoll/recoll-1.23.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |