Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/
Date: Fri, 26 May 2017 20:30:55
Message-Id: 1495830640.9930847af05fa04bf84541d38a9a4dedc8b7c5cd.asturm@gentoo
1 commit: 9930847af05fa04bf84541d38a9a4dedc8b7c5cd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 20:30:09 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 20:30:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9930847a
7
8 dev-libs/liborcus: Bump subslot, dev-libs/libixion version req
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-libs/liborcus/liborcus-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild
16 index 4ec3f16e12a..d823004fce3 100644
17 --- a/dev-libs/liborcus/liborcus-9999.ebuild
18 +++ b/dev-libs/liborcus/liborcus-9999.ebuild
19 @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
20 [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
21
22 LICENSE="MIT"
23 -SLOT="0/0.12" # based on SONAME of liborcus.so
24 +SLOT="0/0.13" # based on SONAME of liborcus.so
25 [[ ${PV} == 9999 ]] || \
26 KEYWORDS="~amd64 ~arm ~ppc ~x86"
27 IUSE="python +spreadsheet-model static-libs tools"
28 @@ -25,7 +25,7 @@ RDEPEND="
29 dev-libs/boost:=
30 sys-libs/zlib:=
31 python? ( ${PYTHON_DEPS} )
32 - spreadsheet-model? ( >=dev-libs/libixion-0.12.1:= )
33 + spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
34 "
35 DEPEND="${RDEPEND}
36 >=dev-util/mdds-1.2.2:1