Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/canlock/
Date: Thu, 09 Sep 2021 11:30:19
Message-Id: 1631186682.422bac617c0252de8b5394cfdca4dfab2dc1f0b7.juippis@gentoo
1 commit: 422bac617c0252de8b5394cfdca4dfab2dc1f0b7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 11:23:14 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 11:24:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422bac61
7
8 net-libs/canlock: add BDEPEND+="sys-devel/flex"
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-libs/canlock/canlock-3.2.2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-libs/canlock/canlock-3.2.2.ebuild b/net-libs/canlock/canlock-3.2.2.ebuild
16 index 6d658390cf0..4df5cb37ec2 100644
17 --- a/net-libs/canlock/canlock-3.2.2.ebuild
18 +++ b/net-libs/canlock/canlock-3.2.2.ebuild
19 @@ -15,7 +15,8 @@ SLOT="0/3"
20 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
21 IUSE="+legacy"
22
23 -BDEPEND="virtual/yacc"
24 +BDEPEND="sys-devel/flex
25 + virtual/yacc"
26
27 DOCS=( ChangeLog{,_V{0..2}} README doc/sec_review.txt )