Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/
Date: Mon, 05 Feb 2018 13:47:01
Message-Id: 1517838414.8414f8f2bbc0f20af94b833cf5691e7e32364797.polynomial-c@gentoo
1 commit: 8414f8f2bbc0f20af94b833cf5691e7e32364797
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 13:46:40 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 13:46:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8414f8f2
7
8 net-misc/kea: Added sub-slot dep for dev-libs/boost
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-misc/kea/kea-1.2.0-r1.ebuild | 4 ++--
13 net-misc/kea/kea-1.3.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/kea/kea-1.2.0-r1.ebuild b/net-misc/kea/kea-1.2.0-r1.ebuild
17 index 3000688d729..b8c433491d4 100644
18 --- a/net-misc/kea/kea-1.2.0-r1.ebuild
19 +++ b/net-misc/kea/kea-1.2.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -21,7 +21,7 @@ KEYWORDS="~amd64"
27 IUSE="openssl samples"
28
29 DEPEND="
30 - dev-libs/boost
31 + dev-libs/boost:=
32 dev-cpp/gtest
33 dev-libs/log4cplus
34 !openssl? ( dev-libs/botan:0= )
35
36 diff --git a/net-misc/kea/kea-1.3.0.ebuild b/net-misc/kea/kea-1.3.0.ebuild
37 index 3000688d729..b8c433491d4 100644
38 --- a/net-misc/kea/kea-1.3.0.ebuild
39 +++ b/net-misc/kea/kea-1.3.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -21,7 +21,7 @@ KEYWORDS="~amd64"
47 IUSE="openssl samples"
48
49 DEPEND="
50 - dev-libs/boost
51 + dev-libs/boost:=
52 dev-cpp/gtest
53 dev-libs/log4cplus
54 !openssl? ( dev-libs/botan:0= )