From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1326765-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 ACF2F158018
	for <garchives@archives.gentoo.org>; Mon,  4 Oct 2021 01:07:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F01B9E0845;
	Mon,  4 Oct 2021 01:07:05 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D341BE0845
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Oct 2021 01:07:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B0139342F8F
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Oct 2021 01:07:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E67C711C
	for <gentoo-commits@lists.gentoo.org>; Mon,  4 Oct 2021 01:07:02 +0000 (UTC)
From: "Rick Farina" <zerochaos@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, "Rick Farina" <zerochaos@gentoo.org>
Message-ID: <1633309621.37afe6c5f20f361b51df3f4b82cab49b85fa1fad.zerochaos@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-wireless/qdmr/qdmr-9999.ebuild
X-VCS-Directories: net-wireless/qdmr/
X-VCS-Committer: zerochaos
X-VCS-Committer-Name: Rick Farina
X-VCS-Revision: 37afe6c5f20f361b51df3f4b82cab49b85fa1fad
X-VCS-Branch: master
Date: Mon,  4 Oct 2021 01:07:02 +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: 8c764bbd-1dd5-482f-b111-1f21c1b04494
X-Archives-Hash: 1d84551b148f5fb13f20648f6495225f

commit:     37afe6c5f20f361b51df3f4b82cab49b85fa1fad
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 01:06:53 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 01:07:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37afe6c5

net-wireless/qdmr: prep for 0.9.0_alpha2

live things are a little broken but hopefully will be resolved quickly

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/qdmr/qdmr-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-wireless/qdmr/qdmr-9999.ebuild b/net-wireless/qdmr/qdmr-9999.ebuild
index 21f42f59eb7..d80ff759986 100644
--- a/net-wireless/qdmr/qdmr-9999.ebuild
+++ b/net-wireless/qdmr/qdmr-9999.ebuild
@@ -11,7 +11,9 @@ if [ "${PV}" = "9999" ]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
 else
-	SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	MY_PV="${PV/_/-}"
+	SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${MY_PV}"
 	KEYWORDS="~amd64 ~x86"
 fi
 
@@ -19,6 +21,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 RDEPEND="
+	dev-cpp/yaml-cpp:=
 	dev-qt/designer:5
 	dev-qt/qttest:5
 	dev-qt/qtwidgets:5