From 5397ecc92364078a7e134a210c94c2de5dc2c0a5 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Wed, 12 Feb 2020 11:27:28 +0300 Subject: [PATCH] pdf-parser: remove py2 --- app-forensics/pdf-parser/pdf-parser-0.7.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/pdf-parser/pdf-parser-0.7.4.ebuild b/app-forensics/pdf-parser/pdf-parser-0.7.4.ebuild index 69c136312..726856557 100644 --- a/app-forensics/pdf-parser/pdf-parser-0.7.4.ebuild +++ b/app-forensics/pdf-parser/pdf-parser-0.7.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-r1 unpacker @@ -41,5 +41,5 @@ src_install() { } pkg_postinst() { - elog "\nSee more: https://blog.didierstevens.com/2008/04/09/quickpost-about-the-physical-and-logical-structure-of-pdf-files/\n" + einfo "\nSee more: https://blog.didierstevens.com/2008/04/09/quickpost-about-the-physical-and-logical-structure-of-pdf-files/\n" }