commit: 01cab0e98908f5f8fd913b6ac64a0f992812df76 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 24 20:28:18 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 24 20:28:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cab0e9
dev-libs/liborcus: Bump subslot, raise mdds/ixion minimum depsc Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/liborcus/liborcus-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 24dd4371bd5..ffb340248f3 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -18,17 +18,17 @@ else fi LICENSE="MIT" -SLOT="0/0.14" # based on SONAME of liborcus.so +SLOT="0/0.15" # based on SONAME of liborcus.so IUSE="python +spreadsheet-model static-libs tools" RDEPEND=" dev-libs/boost:= sys-libs/zlib python? ( ${PYTHON_DEPS} ) - spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= ) + spreadsheet-model? ( >=dev-libs/libixion-0.15.0:= ) " DEPEND="${RDEPEND} - >=dev-util/mdds-1.4.1:1 + >=dev-util/mdds-1.5.0:1 " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"