dev-libs/libixion: Raise dev-util/mdds min ver to 1.4.1, subslot to 0/15
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 18:31:27 +0000 (20:31 +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/libixion/libixion-9999.ebuild

index 7fed246e3057104aceed1e6e878c03b54f397782..9dbcab360b8fa7e0fb1a81982976e2a54920206f 100644 (file)
@@ -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} )"