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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FD6415808B for ; Tue, 5 Apr 2022 02:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3369CE0929; Tue, 5 Apr 2022 02:35:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63713E0929 for ; Tue, 5 Apr 2022 02:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A555340DBB for ; Tue, 5 Apr 2022 02:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5989E2D7 for ; Tue, 5 Apr 2022 02:35:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649126080.1a023bfc69bfa887b617dd8b553976b384639286.sam@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-4.1.1-r1.ebuild sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1.ebuild X-VCS-Directories: sci-calculators/qalculate-gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a023bfc69bfa887b617dd8b553976b384639286 X-VCS-Branch: master Date: Tue, 5 Apr 2022 02:35:03 +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: b1187691-22b9-4194-80aa-7f6f8a647618 X-Archives-Hash: 7e0fa24bc7d1e0c2ebced2de02024b60 commit: 1a023bfc69bfa887b617dd8b553976b384639286 Author: Sam James gentoo org> AuthorDate: Tue Apr 5 02:34:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 5 02:34:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a023bfc sci-calculators/qalculate-gtk: drop rarian dependency I can't see any trace of this actually being used & it's deprecated. Signed-off-by: Sam James gentoo.org> .../{qalculate-gtk-4.1.1.ebuild => qalculate-gtk-4.1.1-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1-r1.ebuild similarity index 94% rename from sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1.ebuild rename to sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1-r1.ebuild index 6129275d5715..47ce82e13fba 100644 --- a/sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1.ebuild +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-4.1.1-r1.ebuild @@ -22,8 +22,7 @@ RDEPEND="dev-libs/glib:2 x11-libs/gtk+:3 x11-libs/pango" DEPEND="${RDEPEND}" -BDEPEND="app-text/rarian - dev-util/gdbus-codegen +BDEPEND="dev-util/gdbus-codegen dev-util/intltool sys-devel/gettext virtual/pkgconfig"