diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfgrep/pdfgrep-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild index d92566b9852c..5b9827b9e2c5 100644 --- a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild +++ b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+pcre test unac" RESTRICT="!test? ( test )" |