From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1114836-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 B4677138334
	for <garchives@archives.gentoo.org>; Mon,  7 Oct 2019 05:26:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DD8E6E07FA;
	Mon,  7 Oct 2019 05:26:58 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 C2977E07FA
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:26:58 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 A656D34B9EB
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:26:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 368667FD
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2019 05:26:56 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1570425997.6514b85ae9d1662455c0620e7f393c8506c91e6c.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/spdlog/spdlog-1.2.1.ebuild dev-libs/spdlog/spdlog-1.3.1.ebuild
X-VCS-Directories: dev-libs/spdlog/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 6514b85ae9d1662455c0620e7f393c8506c91e6c
X-VCS-Branch: master
Date: Mon,  7 Oct 2019 05:26:56 +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: 4690f3e3-5ad3-4905-ad66-4990a291b6a6
X-Archives-Hash: 5058d3f3517a277b398fa41e8e666d86

commit:     6514b85ae9d1662455c0620e7f393c8506c91e6c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Oct  3 22:49:58 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 05:26:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6514b85a

dev-libs/spdlog: fix wrong dependency version

Closes: https://bugs.gentoo.org/693918
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13136
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/spdlog/spdlog-1.2.1.ebuild | 2 +-
 dev-libs/spdlog/spdlog-1.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/spdlog/spdlog-1.2.1.ebuild b/dev-libs/spdlog/spdlog-1.2.1.ebuild
index 192745e8ae4..ceab2bad83e 100644
--- a/dev-libs/spdlog/spdlog-1.2.1.ebuild
+++ b/dev-libs/spdlog/spdlog-1.2.1.ebuild
@@ -21,7 +21,7 @@ SLOT="0/1"
 IUSE="test"
 
 DEPEND="
-	>=dev-libs/libfmt-5.0.0
+	dev-libs/libfmt:0/5
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-libs/spdlog/spdlog-1.3.1.ebuild b/dev-libs/spdlog/spdlog-1.3.1.ebuild
index 430086637b6..4713c61feab 100644
--- a/dev-libs/spdlog/spdlog-1.3.1.ebuild
+++ b/dev-libs/spdlog/spdlog-1.3.1.ebuild
@@ -21,7 +21,7 @@ SLOT="0/1"
 IUSE="test"
 
 DEPEND="
-	>=dev-libs/libfmt-5.0.0
+	dev-libs/libfmt:0/5
 "
 RDEPEND="${DEPEND}"