summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 20:31:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 22:56:22 +0200
commitd81653481fb27c49096ce88f60f66aeba02b1639 (patch)
tree432d550c6cb06f3e8d2c58c4eac855b275bb5c07 /dev-libs/libixion
parentsys-fs/xfsprogs: x86 stable (bug #652270) (diff)
downloadgentoo-d81653481fb27c49096ce88f60f66aeba02b1639.tar.gz
gentoo-d81653481fb27c49096ce88f60f66aeba02b1639.tar.bz2
gentoo-d81653481fb27c49096ce88f60f66aeba02b1639.zip
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
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r--dev-libs/libixion/libixion-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
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} )"