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 A02621382C5 for ; Thu, 11 Mar 2021 14:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D3FE0C26; Thu, 11 Mar 2021 14:39:48 +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 BE37AE0C26 for ; Thu, 11 Mar 2021 14:39:48 +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 EAAE4340F14 for ; Thu, 11 Mar 2021 14:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 212CC579 for ; Thu, 11 Mar 2021 14:39:46 +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: <1615473500.18f90cc4645b8ff4e3c32349239be7f63dea749b.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hamlib/hamlib-4.1.ebuild X-VCS-Directories: media-libs/hamlib/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 18f90cc4645b8ff4e3c32349239be7f63dea749b X-VCS-Branch: master Date: Thu, 11 Mar 2021 14:39:46 +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: edf4fb9c-2d69-4f08-bf60-5f128892f665 X-Archives-Hash: 00e7198669ee51b2370df422947bddb6 commit: 18f90cc4645b8ff4e3c32349239be7f63dea749b Author: Thomas Beierlein gentoo org> AuthorDate: Thu Mar 11 14:37:37 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Mar 11 14:38:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f90cc4 media-libs/hamlib: Add Subslot for >=media-radio/hamlib-4.1 Closes: https://bugs.gentoo.org/774885 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Beierlein gentoo.org> media-libs/hamlib/hamlib-4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/hamlib/hamlib-4.1.ebuild b/media-libs/hamlib/hamlib-4.1.ebuild index d5550a87ae9..0e74ee1e6b9 100644 --- a/media-libs/hamlib/hamlib-4.1.ebuild +++ b/media-libs/hamlib/hamlib-4.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.hamlib.org" SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz" LICENSE="LGPL-2 GPL-2" -SLOT="0" +SLOT="0/4" KEYWORDS="~amd64 ~x86" IUSE="doc perl python tcl"