commit: 01b44ee1c5ff81004e050097dfe22c98f59bc934
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 06:04:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 06:11:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b44ee1
dev-cpp/cpp-hocon: Add missing := ops
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../cpp-hocon/{cpp-hocon-0.1.4.ebuild => cpp-hocon-0.1.4-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
similarity index 93%
rename from dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
rename to dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild
index 401c60179d0..8861488d02b 100644
--- a/dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild
+++ b/dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild
@@ -16,8 +16,8 @@ IUSE="debug test"
DEPEND="
>=sys-devel/gcc-4.9.3:*
- >=dev-libs/boost-1.54[nls]
- >=dev-libs/leatherman-0.9.3
+ >=dev-libs/boost-1.54:=[nls]
+ >=dev-libs/leatherman-0.9.3:=
"
RDEPEND="${DEPEND}"