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 5640715817D for ; Thu, 6 Jun 2024 09:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C5FEE2A19; Thu, 6 Jun 2024 09:07:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 61C8DE2A19 for ; Thu, 6 Jun 2024 09:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F65933BF39 for ; Thu, 6 Jun 2024 09:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A521C80 for ; Thu, 6 Jun 2024 09:07:47 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717664849.096a4b142468c8b0fd63e7d4d52f57379fe6cdc9.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/vvmd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/vvmd/vvmd-0.8-r1.ebuild net-voip/vvmd/vvmd-0.8.ebuild X-VCS-Directories: net-voip/vvmd/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 096a4b142468c8b0fd63e7d4d52f57379fe6cdc9 X-VCS-Branch: dev Date: Thu, 6 Jun 2024 09:07:47 +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: 4f2b64b8-682c-453e-9173-0ded9a7f9088 X-Archives-Hash: cf98f7d146b9e76fd808eeb63fe4eead commit: 096a4b142468c8b0fd63e7d4d52f57379fe6cdc9 Author: Lucio Sauer posteo net> AuthorDate: Thu Jun 6 08:45:49 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jun 6 09:07:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=096a4b14 net-voip/vvmd: fix {,R}DEPEND Remove incorrect dependency on dev-cpp/glibmm Closes: https://bugs.gentoo.org/833314 Signed-off-by: Lucio Sauer posteo.net> net-voip/vvmd/{vvmd-0.8.ebuild => vvmd-0.8-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-voip/vvmd/vvmd-0.8.ebuild b/net-voip/vvmd/vvmd-0.8-r1.ebuild similarity index 76% rename from net-voip/vvmd/vvmd-0.8.ebuild rename to net-voip/vvmd/vvmd-0.8-r1.ebuild index f53da9bf0..699d63333 100644 --- a/net-voip/vvmd/vvmd-0.8.ebuild +++ b/net-voip/vvmd/vvmd-0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,11 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm64" RDEPEND=" - >=dev-libs/glib-2.16 - >=net-misc/curl-7.70 - >=dev-cpp/glibmm-1.14 + >=dev-libs/glib-2.16:2 dev-libs/libphonenumber - net-misc/modemmanager + >=net-misc/curl-7.70 + net-misc/mobile-broadband-provider-info + >=net-misc/modemmanager-1.14:= " DEPEND="${RDEPEND}"