From: Andreas Sturmlechner Date: Wed, 12 Sep 2018 18:31:27 +0000 (+0200) Subject: dev-libs/libixion: Raise dev-util/mdds min ver to 1.4.1, subslot to 0/15 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d81653481fb27c49096ce88f60f66aeba02b1639;p=gentoo.git dev-libs/libixion: Raise dev-util/mdds min ver to 1.4.1, subslot to 0/15 Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 7fed246e3057..9dbcab360b8f 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion" [[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz" LICENSE="MIT" -SLOT="0/0.13" # based on SONAME of libixion.so +SLOT="0/0.15" # based on SONAME of libixion.so [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="debug python static-libs +threads" @@ -26,7 +26,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND} - >=dev-util/mdds-1.2.0:1= + >=dev-util/mdds-1.4.1:1= " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"