From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8876B13832E for ; Thu, 11 Aug 2016 15:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C66621C202; Thu, 11 Aug 2016 15:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCE9321C202 for ; Thu, 11 Aug 2016 15:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5927340AF0 for ; Thu, 11 Aug 2016 15:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C018DE for ; Thu, 11 Aug 2016 15:16:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470928563.58c2e9846e32b3eb06f869b128df3d2737f79aa7.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/qpdfview-0.4.16.ebuild X-VCS-Directories: app-text/qpdfview/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 58c2e9846e32b3eb06f869b128df3d2737f79aa7 X-VCS-Branch: master Date: Thu, 11 Aug 2016 15:16:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63ff26ff-6abc-4d65-af23-e5e387adf63b X-Archives-Hash: 25efaecad38b70a7a3324916bd9cff76 commit: 58c2e9846e32b3eb06f869b128df3d2737f79aa7 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 11 15:15:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 11 15:16:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c2e984 app-text/qpdfview: amd64/x86 stable Gentoo-bug: 585358 Package-Manager: portage-2.3.0 app-text/qpdfview/qpdfview-0.4.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/qpdfview/qpdfview-0.4.16.ebuild b/app-text/qpdfview/qpdfview-0.4.16.ebuild index 293de8c..a10fff5 100644 --- a/app-text/qpdfview/qpdfview-0.4.16.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.16.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="cups +dbus djvu fitz +pdf postscript qt5 +sqlite +svg synctex" REQUIRED_USE="?? ( fitz pdf )"