From: David Seifert Date: Sat, 15 Feb 2020 09:59:36 +0000 (+0100) Subject: dev-python/python-poppler: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=031849e2919804d71d520293dc5cac3c619a350b;p=gentoo.git dev-python/python-poppler: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild index 9b87d3971d20..1584fde7bbe8 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit autotools-utils eutils python-r1 +inherit autotools-utils eutils ltprune python-r1 DESCRIPTION="Python bindings to the Poppler PDF library" HOMEPAGE="https://launchpad.net/poppler-python"