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 376B9138334 for ; Wed, 29 May 2019 07:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57744E0829; Wed, 29 May 2019 07:38:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 332EAE0829 for ; Wed, 29 May 2019 07:38:21 +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 1C6DE344E6D for ; Wed, 29 May 2019 07:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9564D600 for ; Wed, 29 May 2019 07:38:18 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1559115479.f5cad591894deb516cc2e5998c4021084204a575.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mico/mico-9999.ebuild X-VCS-Directories: net-misc/mico/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: f5cad591894deb516cc2e5998c4021084204a575 X-VCS-Branch: master Date: Wed, 29 May 2019 07:38:18 +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: c8e1a9e4-677a-4734-9677-22f374583ac8 X-Archives-Hash: 428f330d9dbaf4d8145b39391a7b7151 commit: f5cad591894deb516cc2e5998c4021084204a575 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed May 29 07:35:57 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed May 29 07:37:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cad591 net-misc/mico: flex+bison is BDEPEND (EAPI 7) Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner gentoo.org> net-misc/mico/mico-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index 4938fe8397b..9c222a3bdf8 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" X? ( x11-libs/libXt ) " DEPEND="${RDEPEND}" -DEPEND=" +BDEPEND=" >=sys-devel/flex-2.5.2 >=sys-devel/bison-1.22 "