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/libjson-rpc-cpp/
Date: Mon, 28 Aug 2017 18:23:54
Message-Id: 1503944419.54f7581e46fbeb24de8c334362c9da49be630cb2.mgorny@gentoo
1 commit: 54f7581e46fbeb24de8c334362c9da49be630cb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:37:32 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 18:20:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f7581e
7
8 dev-cpp/libjson-rpc-cpp: Bump subslot on -9999 to match SONAME
9
10 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
14 index 1c4eadd6e08..db9f427e587 100644
15 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
16 +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/cinemast/libjson-rpc-cpp"
24 SRC_URI=""
25
26 LICENSE="MIT"
27 -SLOT="0"
28 +SLOT="0/1"
29 KEYWORDS=""
30 IUSE="doc +http-client +http-server +stubgen test"