Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Wed, 12 Sep 2018 20:56:40
Message-Id: 1536785782.d81653481fb27c49096ce88f60f66aeba02b1639.asturm@gentoo
1 commit: d81653481fb27c49096ce88f60f66aeba02b1639
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 18:31:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 20:56:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8165348
7
8 dev-libs/libixion: Raise dev-util/mdds min ver to 1.4.1, subslot to 0/15
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/libixion/libixion-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
16 index 7fed246e305..9dbcab360b8 100644
17 --- a/dev-libs/libixion/libixion-9999.ebuild
18 +++ b/dev-libs/libixion/libixion-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion"
26 [[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz"
27
28 LICENSE="MIT"
29 -SLOT="0/0.13" # based on SONAME of libixion.so
30 +SLOT="0/0.15" # based on SONAME of libixion.so
31 [[ ${PV} == 9999 ]] || \
32 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
33 IUSE="debug python static-libs +threads"
34 @@ -26,7 +26,7 @@ RDEPEND="
35 python? ( ${PYTHON_DEPS} )
36 "
37 DEPEND="${RDEPEND}
38 - >=dev-util/mdds-1.2.0:1=
39 + >=dev-util/mdds-1.4.1:1=
40 "
41
42 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"