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 12E5913835A for ; Thu, 11 Mar 2021 15:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EE5E0C5C; Thu, 11 Mar 2021 15:40:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ED91EE0C5C for ; Thu, 11 Mar 2021 15:40:28 +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 849AC340ECC for ; Thu, 11 Mar 2021 15:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E954858C for ; Thu, 11 Mar 2021 15:40:25 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1615477218.f9bb0049a333b309c4570edf07b071d7c0e5af6a.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tucnak/tucnak-4.25.ebuild X-VCS-Directories: media-radio/tucnak/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: f9bb0049a333b309c4570edf07b071d7c0e5af6a X-VCS-Branch: master Date: Thu, 11 Mar 2021 15:40:25 +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: 25c554a2-3b97-4eb0-9525-55574cbd3614 X-Archives-Hash: a62e8c2c9ce2e731a259173c12f7c52a commit: f9bb0049a333b309c4570edf07b071d7c0e5af6a Author: Thomas Beierlein gentoo org> AuthorDate: Thu Mar 11 15:36:50 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Mar 11 15:40:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bb0049 media-radio/tucnak: Add subslot dependency Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/tucnak/tucnak-4.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/tucnak/tucnak-4.25.ebuild b/media-radio/tucnak/tucnak-4.25.ebuild index 4bd49233408..74d1b35b9c8 100644 --- a/media-radio/tucnak/tucnak-4.25.ebuild +++ b/media-radio/tucnak/tucnak-4.25.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-libs/glib:2 alsa? ( media-libs/alsa-lib ) fftw? ( sci-libs/fftw:3.0 ) gpm? ( sys-libs/gpm ) - hamlib? ( media-libs/hamlib )" + hamlib? ( media-libs/hamlib:= )" DEPEND="${RDEPEND} virtual/pkgconfig"