dev-libs/liborcus: Bump dev-util/mdds and dev-libs/libixion min ver
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 18:34:22 +0000 (20:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 20:56:22 +0000 (22:56 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-libs/liborcus/liborcus-9999.ebuild

index 2f6e8414b8d35123a1e649cfab15daaba6183bb2..14b3e2eefd7499861853fb72b5e69ae16480014c 100644 (file)
@@ -16,19 +16,19 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
 [[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz"
 
 LICENSE="MIT"
-SLOT="0/0.13" # based on SONAME of liborcus.so
+SLOT="0/0.14" # based on SONAME of liborcus.so
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="
        dev-libs/boost:=
-       sys-libs/zlib:=
+       sys-libs/zlib
        python? ( ${PYTHON_DEPS} )
-       spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
+       spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= )
 "
 DEPEND="${RDEPEND}
-       >=dev-util/mdds-1.2.2:1
+       >=dev-util/mdds-1.4.1:1
 "
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"