Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/
Date: Wed, 29 May 2019 07:38:22
Message-Id: 1559115479.f5cad591894deb516cc2e5998c4021084204a575.haubi@gentoo
1 commit: f5cad591894deb516cc2e5998c4021084204a575
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 07:35:57 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 07:37:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cad591
7
8 net-misc/mico: flex+bison is BDEPEND (EAPI 7)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.11
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 net-misc/mico/mico-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild
17 index 4938fe8397b..9c222a3bdf8 100644
18 --- a/net-misc/mico/mico-9999.ebuild
19 +++ b/net-misc/mico/mico-9999.ebuild
20 @@ -38,7 +38,7 @@ RDEPEND="
21 X? ( x11-libs/libXt )
22 "
23 DEPEND="${RDEPEND}"
24 -DEPEND="
25 +BDEPEND="
26 >=sys-devel/flex-2.5.2
27 >=sys-devel/bison-1.22
28 "