From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1237573-garchives=archives.gentoo.org@lists.gentoo.org>
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 258A713835A
	for <garchives@archives.gentoo.org>; Mon,  4 Jan 2021 17:00:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 55A90E0A6A;
	Mon,  4 Jan 2021 16:59:59 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 3C44EE0A76
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jan 2021 16:59:59 +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 7B7183411F0
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jan 2021 16:59:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 76791490
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Jan 2021 16:59:54 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1609778801.9b533d04cf91b0778f1b0b4c3c2cecf39e583579.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/codec2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/codec2/codec2-0.9.2-r1.ebuild media-libs/codec2/codec2-0.9.2.ebuild
X-VCS-Directories: media-libs/codec2/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 9b533d04cf91b0778f1b0b4c3c2cecf39e583579
X-VCS-Branch: master
Date: Mon,  4 Jan 2021 16:59:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dc6cf6a2-3cf5-49ca-9236-060d20fe4037
X-Archives-Hash: ef7bfd81bbbbd8800cf9e2d557d6d15d

commit:     9b533d04cf91b0778f1b0b4c3c2cecf39e583579
Author:     Daniel M. Weeks <dan <AT> danweeks <DOT> net>
AuthorDate: Mon Jan  4 14:18:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 16:46:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b533d04

media-libs/codec2-0.9.2-r1: add subslot

Bug: https://bugs.gentoo.org/763537
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks <dan <AT> danweeks.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/codec2/{codec2-0.9.2.ebuild => codec2-0.9.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/codec2/codec2-0.9.2.ebuild b/media-libs/codec2/codec2-0.9.2-r1.ebuild
similarity index 97%
rename from media-libs/codec2/codec2-0.9.2.ebuild
rename to media-libs/codec2/codec2-0.9.2-r1.ebuild
index 6f6ea44aa3f..ca1c0954f6c 100644
--- a/media-libs/codec2/codec2-0.9.2.ebuild
+++ b/media-libs/codec2/codec2-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://freedv.org/ http://www.rowetel.com/?page_id=452"
 SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"