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: Wed, 12 Sep 2018 20:56:39
Message-Id: 1536785782.c2b177132f790c652920473b81aeba33bf14b009.asturm@gentoo
1 commit: c2b177132f790c652920473b81aeba33bf14b009
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 18:34:22 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 20:56:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b17713
7
8 dev-libs/liborcus: Bump dev-util/mdds and dev-libs/libixion min ver
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/liborcus/liborcus-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild
16 index 2f6e8414b8d..14b3e2eefd7 100644
17 --- a/dev-libs/liborcus/liborcus-9999.ebuild
18 +++ b/dev-libs/liborcus/liborcus-9999.ebuild
19 @@ -16,19 +16,19 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
20 [[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz"
21
22 LICENSE="MIT"
23 -SLOT="0/0.13" # based on SONAME of liborcus.so
24 +SLOT="0/0.14" # based on SONAME of liborcus.so
25 [[ ${PV} == 9999 ]] || \
26 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
27 IUSE="python +spreadsheet-model static-libs tools"
28
29 RDEPEND="
30 dev-libs/boost:=
31 - sys-libs/zlib:=
32 + sys-libs/zlib
33 python? ( ${PYTHON_DEPS} )
34 - spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
35 + spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= )
36 "
37 DEPEND="${RDEPEND}
38 - >=dev-util/mdds-1.2.2:1
39 + >=dev-util/mdds-1.4.1:1
40 "
41
42 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"