From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-992970-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 74EF0138806
	for <garchives@archives.gentoo.org>; Mon, 25 Dec 2017 19:48:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DAB83E0BDF;
	Mon, 25 Dec 2017 19:48:58 +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 BDF64E0BDF
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 19:48:56 +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 A75BC33BEF8
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 19:48:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 22D99A1A0
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 19:48:53 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@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, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1514231329.db8493ddde2a86aae9c439ebbdffa9ce5663b752.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
X-VCS-Directories: dev-libs/libbytesize/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: db8493ddde2a86aae9c439ebbdffa9ce5663b752
X-VCS-Branch: master
Date: Mon, 25 Dec 2017 19:48:53 +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-Archives-Salt: b92a3b12-39f7-40dd-ad63-91b32b5023f5
X-Archives-Hash: be2b001c00cb03b21c7ffad1f1726b10

commit:     db8493ddde2a86aae9c439ebbdffa9ce5663b752
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 19:48:34 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:48:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8493dd

dev-libs/libbytesize: Added dev-libs/mpfr to RDEPEND.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
index ae965ed1b4b..094677e48af 100644
--- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
@@ -18,6 +18,7 @@ IUSE="doc test"
 RDEPEND="
 	${PYTHON_DEPS}
 	dev-libs/gmp:0=
+	dev-libs/mpfr:=
 	>=dev-libs/libpcre-8.32
 "