Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/
Date: Sun, 04 Dec 2016 12:44:24
Message-Id: 1480855455.2e20c4065c1dcb043ae2783b0405069d8389b0ad.polynomial-c@gentoo
1 commit: 2e20c4065c1dcb043ae2783b0405069d8389b0ad
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 12:23:14 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 12:44:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e20c406
7
8 sys-libs/readline: Added sub-slot dependency for sys-libs/ncurses.
9
10 Package-Manager: portage-2.3.2
11
12 sys-libs/readline/readline-4.3_p5.ebuild | 4 ++--
13 sys-libs/readline/readline-5.2_p14.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/readline/readline-4.3_p5.ebuild b/sys-libs/readline/readline-4.3_p5.ebuild
17 index 416f92c..1c058b4 100644
18 --- a/sys-libs/readline/readline-4.3_p5.ebuild
19 +++ b/sys-libs/readline/readline-4.3_p5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -38,7 +38,7 @@ SLOT="${PV:0:1}"
27 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
28 IUSE=""
29
30 -RDEPEND=">=sys-libs/ncurses-5.2-r2:0[${MULTILIB_USEDEP}]"
31 +RDEPEND=">=sys-libs/ncurses-5.2-r2:0=[${MULTILIB_USEDEP}]"
32 DEPEND="${RDEPEND}"
33
34 S=${WORKDIR}/${MY_P}
35
36 diff --git a/sys-libs/readline/readline-5.2_p14.ebuild b/sys-libs/readline/readline-5.2_p14.ebuild
37 index 814c028..da11da0 100644
38 --- a/sys-libs/readline/readline-5.2_p14.ebuild
39 +++ b/sys-libs/readline/readline-5.2_p14.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -38,7 +38,7 @@ SLOT="${PV:0:1}"
47 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
48 IUSE=""
49
50 -RDEPEND=">=sys-libs/ncurses-5.2-r2:0[${MULTILIB_USEDEP}]"
51 +RDEPEND=">=sys-libs/ncurses-5.2-r2:0=[${MULTILIB_USEDEP}]"
52 DEPEND="${RDEPEND}"
53
54 S=${WORKDIR}/${MY_P}