diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-28 19:37:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-28 20:20:19 +0200 |
commit | 54f7581e46fbeb24de8c334362c9da49be630cb2 (patch) | |
tree | 9c7402c1b11f430cc45751485a3ce8366dd8b1f4 /dev-cpp/libjson-rpc-cpp | |
parent | dev-libs/jsoncpp: Drop old (diff) | |
download | gentoo-54f7581e46fbeb24de8c334362c9da49be630cb2.tar.gz gentoo-54f7581e46fbeb24de8c334362c9da49be630cb2.tar.bz2 gentoo-54f7581e46fbeb24de8c334362c9da49be630cb2.zip |
dev-cpp/libjson-rpc-cpp: Bump subslot on -9999 to match SONAME
Diffstat (limited to 'dev-cpp/libjson-rpc-cpp')
-rw-r--r-- | dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild index 1c4eadd6e08f..db9f427e5876 100644 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/cinemast/libjson-rpc-cpp" SRC_URI="" LICENSE="MIT" -SLOT="0" +SLOT="0/1" KEYWORDS="" IUSE="doc +http-client +http-server +stubgen test" |