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 A77A81382C5 for ; Thu, 25 Jun 2020 21:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11FEE07F6; Thu, 25 Jun 2020 21:10:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B6BF5E07F6 for ; Thu, 25 Jun 2020 21:10:33 +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 32B1534F12B for ; Thu, 25 Jun 2020 21:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D05A29A for ; Thu, 25 Jun 2020 21:10:13 +0000 (UTC) From: "David Flogeras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Flogeras" Message-ID: <1593119370.2503a523f5a62dc663346aac313f0f33bed36f08.diddly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/ksnip/ksnip-1.7.0.ebuild X-VCS-Directories: x11-misc/ksnip/ X-VCS-Committer: diddly X-VCS-Committer-Name: David Flogeras X-VCS-Revision: 2503a523f5a62dc663346aac313f0f33bed36f08 X-VCS-Branch: dev Date: Thu, 25 Jun 2020 21:10:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbe5fa9b-ec85-46e2-8555-d084cdc41e92 X-Archives-Hash: d4dbf9bc35eda00d54ded555b46a908d commit: 2503a523f5a62dc663346aac313f0f33bed36f08 Author: David Flogeras gmail com> AuthorDate: Thu Jun 25 21:09:30 2020 +0000 Commit: David Flogeras gmail com> CommitDate: Thu Jun 25 21:09:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2503a523 x11-misc/ksnip: raise minimum kimageannotator version Signed-off-by: David Flogeras gmail.com> x11-misc/ksnip/ksnip-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/ksnip/ksnip-1.7.0.ebuild b/x11-misc/ksnip/ksnip-1.7.0.ebuild index 9eead7a..ea5c53b 100644 --- a/x11-misc/ksnip/ksnip-1.7.0.ebuild +++ b/x11-misc/ksnip/ksnip-1.7.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 - >=x11-libs/kimageannotator-0.2.2 + >=x11-libs/kimageannotator-0.3.0 x11-libs/libxcb" BDEPEND=""