Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/coldfire/
Date: Tue, 29 May 2018 20:10:44
Message-Id: 1527624620.f0a10445105e7e4fd5b716b85d40c090a7d4d359.bman@gentoo
1 commit: f0a10445105e7e4fd5b716b85d40c090a7d4d359
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 19:19:26 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:10:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a10445
7
8 app-emulation/coldfire: add slots to DEPEND
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/coldfire/coldfire-0.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild b/app-emulation/coldfire/coldfire-0.3.1.ebuild
16 index 91abcd06d00..21e97127297 100644
17 --- a/app-emulation/coldfire/coldfire-0.3.1.ebuild
18 +++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild
19 @@ -12,8 +12,8 @@ SLOT="0"
20 KEYWORDS="~amd64 ~ppc ~x86"
21 IUSE=""
22
23 -DEPEND="sys-libs/ncurses
24 - sys-libs/readline"
25 +DEPEND="sys-libs/ncurses:0=
26 + sys-libs/readline:0="
27
28 PATCHES=(
29 "${FILESDIR}/${P}-build.patch"