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 4BA15138350 for ; Sat, 8 Feb 2020 10:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC6FE0880; Sat, 8 Feb 2020 10:00:29 +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 89D36E0880 for ; Sat, 8 Feb 2020 10:00:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6FCA34E8FE for ; Sat, 8 Feb 2020 10:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006DB12F for ; Sat, 8 Feb 2020 10:00:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1581155878.164588ff9a7117a8de64848eac6cabeafdd31689.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild X-VCS-Directories: sci-calculators/qalculate-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 164588ff9a7117a8de64848eac6cabeafdd31689 X-VCS-Branch: master Date: Sat, 8 Feb 2020 10:00:20 +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: 04f413bd-23d3-4078-b137-74948572c694 X-Archives-Hash: bd53ac21ad14eb6a8a7e342c5c60aee5 commit: 164588ff9a7117a8de64848eac6cabeafdd31689 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 8 09:57:58 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 8 09:57:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164588ff sci-calculators/qalculate-gtk: fix libqalculate minimum dep Closes: https://bugs.gentoo.org/691554 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild index 773b746ab3d..788b51e00b1 100644 --- a/sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/glib:2 - >=sci-libs/libqalculate-2.8.1:= + >=sci-libs/libqalculate-3.2.0:= x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3