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 0D2C9138334 for ; Wed, 10 Oct 2018 18:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2278E0827; Wed, 10 Oct 2018 18:36:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3492E0827 for ; Wed, 10 Oct 2018 18:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C49C833E5E4 for ; Wed, 10 Oct 2018 18:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ED763CF for ; Wed, 10 Oct 2018 18:36:33 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539196585.75b8ad48d234d820aa2672115712cac977e7f458.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.4.1.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 75b8ad48d234d820aa2672115712cac977e7f458 X-VCS-Branch: master Date: Wed, 10 Oct 2018 18:36:33 +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: 677a5eac-4338-4505-906a-91e78c7814ba X-Archives-Hash: 13dc4fc6f9ddaf0a314b85400f13f004 commit: 75b8ad48d234d820aa2672115712cac977e7f458 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Oct 10 18:35:59 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Oct 10 18:36:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b8ad48 app-text/zathura: Drop wrong sub-slot operators Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-text/zathura/zathura-0.4.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/zathura/zathura-0.4.1.ebuild b/app-text/zathura/zathura-0.4.1.ebuild index 842130d46e6..1b9071f73e7 100644 --- a/app-text/zathura/zathura-0.4.1.ebuild +++ b/app-text/zathura/zathura-0.4.1.ebuild @@ -22,15 +22,15 @@ SLOT="0" IUSE="+magic seccomp sqlite synctex test" RDEPEND="dev-libs/appstream - >=dev-libs/girara-0.3.1:= + >=dev-libs/girara-0.3.1 >=dev-libs/glib-2.50:2 dev-util/desktop-file-utils dev-python/sphinx x11-libs/cairo >=x11-libs/gtk+-3.22:3 - magic? ( sys-apps/file:= ) + magic? ( sys-apps/file ) seccomp? ( sys-libs/libseccomp ) - sqlite? ( >=dev-db/sqlite-3.5.9:3= ) + sqlite? ( >=dev-db/sqlite-3.5.9:3 ) synctex? ( app-text/texlive-core )" DEPEND="${RDEPEND}