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 609BB158090 for ; Thu, 12 May 2022 21:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7ECCE086A; Thu, 12 May 2022 21:29:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DB66E086A for ; Thu, 12 May 2022 21:29:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B25153413AB for ; Thu, 12 May 2022 21:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5133A3BF for ; Thu, 12 May 2022 21:29:27 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1652390931.035e6ac2d408b2b335ee3eb20a5880df88c11c91.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tqsl/tqsl-2.6.1-r1.ebuild media-radio/tqsl/tqsl-2.6.1.ebuild X-VCS-Directories: media-radio/tqsl/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 035e6ac2d408b2b335ee3eb20a5880df88c11c91 X-VCS-Branch: master Date: Thu, 12 May 2022 21:29:27 +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: 4d99f009-e5f9-41cf-be50-70c42349414f X-Archives-Hash: 6ed3ad06eabfbc1b09aee913b5974ef4 commit: 035e6ac2d408b2b335ee3eb20a5880df88c11c91 Author: Richard Freeman gentoo org> AuthorDate: Thu May 12 21:28:51 2022 +0000 Commit: Richard Freeman gentoo org> CommitDate: Thu May 12 21:28:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035e6ac2 media-radio/tqsl: Fix berkdb to lmdb dep issue. Signed-off-by: Richard Freeman gentoo.org> media-radio/tqsl/{tqsl-2.6.1.ebuild => tqsl-2.6.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/tqsl/tqsl-2.6.1.ebuild b/media-radio/tqsl/tqsl-2.6.1-r1.ebuild similarity index 97% rename from media-radio/tqsl/tqsl-2.6.1.ebuild rename to media-radio/tqsl/tqsl-2.6.1-r1.ebuild index 4b6de3a2c7d8..ee19a35410f7 100644 --- a/media-radio/tqsl/tqsl-2.6.1.ebuild +++ b/media-radio/tqsl/tqsl-2.6.1-r1.ebuild @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/expat:= dev-libs/openssl:0= net-misc/curl:= - sys-libs/db:= + dev-db/lmdb:= sys-libs/zlib:= x11-libs/wxGTK:${WX_GTK_VER}=" DEPEND="${RDEPEND}"