Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/
Date: Sat, 18 Jan 2020 23:15:39
Message-Id: 1579389322.f457f697b5f40a55bdd15c807c39840223ada8a9.whissi@gentoo
1 commit: f457f697b5f40a55bdd15c807c39840223ada8a9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 18 23:12:34 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 18 23:15:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f457f697
7
8 app-text/qpdfview: x86 stable (bug #696112)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-text/qpdfview/qpdfview-0.4.18.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild b/app-text/qpdfview/qpdfview-0.4.18.ebuild
17 index 0f096fb17dc..4dea4622ef3 100644
18 --- a/app-text/qpdfview/qpdfview-0.4.18.ebuild
19 +++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
27
28 LICENSE="GPL-2+"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
32 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
33
34 REQUIRED_USE="?? ( fitz pdf )"