Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-hocon/
Date: Tue, 30 Apr 2019 06:11:22
Message-Id: 1556604665.01b44ee1c5ff81004e050097dfe22c98f59bc934.mgorny@gentoo
1 commit: 01b44ee1c5ff81004e050097dfe22c98f59bc934
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 06:04:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 06:11:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b44ee1
7
8 dev-cpp/cpp-hocon: Add missing := ops
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../cpp-hocon/{cpp-hocon-0.1.4.ebuild => cpp-hocon-0.1.4-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild
16 similarity index 93%
17 rename from dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
18 rename to dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild
19 index 401c60179d0..8861488d02b 100644
20 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
21 +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild
22 @@ -16,8 +16,8 @@ IUSE="debug test"
23
24 DEPEND="
25 >=sys-devel/gcc-4.9.3:*
26 - >=dev-libs/boost-1.54[nls]
27 - >=dev-libs/leatherman-0.9.3
28 + >=dev-libs/boost-1.54:=[nls]
29 + >=dev-libs/leatherman-0.9.3:=
30 "
31 RDEPEND="${DEPEND}"