Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/
Date: Tue, 29 Nov 2016 19:54:35
Message-Id: 1480449268.8e738777fa758d3a9788df6df7cb4d8539b31706.aballier@gentoo
1 commit: 8e738777fa758d3a9788df6df7cb4d8539b31706
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 19:54:20 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 19:54:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e738777
7
8 net-libs/ignition-msgs: add missing dep on ignition-math2, bug #601220
9
10 Package-Manager: portage-2.3.2
11
12 net-libs/ignition-msgs/ignition-msgs-0.6.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-libs/ignition-msgs/ignition-msgs-0.6.0.ebuild b/net-libs/ignition-msgs/ignition-msgs-0.6.0.ebuild
16 index 9532a49..dea8a61 100644
17 --- a/net-libs/ignition-msgs/ignition-msgs-0.6.0.ebuild
18 +++ b/net-libs/ignition-msgs/ignition-msgs-0.6.0.ebuild
19 @@ -15,7 +15,8 @@ SLOT="0"
20 KEYWORDS="~amd64"
21 IUSE=""
22
23 -DEPEND="dev-libs/protobuf:="
24 +DEPEND="dev-libs/protobuf:=
25 + sci-libs/ignition-math:2="
26 RDEPEND="${DEPEND}"
27 CMAKE_BUILD_TYPE=RelWithDebInfo