diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-30 08:04:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-30 08:11:05 +0200 |
commit | 01b44ee1c5ff81004e050097dfe22c98f59bc934 (patch) | |
tree | c57f98028671f6ba09865002f12ee6e9723930bf /dev-cpp | |
parent | www-apps/phpsysinfo: Readd keywords from previous version (diff) | |
download | gentoo-01b44ee1c5ff81004e050097dfe22c98f59bc934.tar.gz gentoo-01b44ee1c5ff81004e050097dfe22c98f59bc934.tar.bz2 gentoo-01b44ee1c5ff81004e050097dfe22c98f59bc934.zip |
dev-cpp/cpp-hocon: Add missing := ops
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.1.4-r1.ebuild (renamed from dev-cpp/cpp-hocon/cpp-hocon-0.1.4.ebuild) | 4 |
1 files 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 index 401c60179d01..8861488d02b2 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}" |