Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/qu-prolog/
Date: Tue, 01 Aug 2017 16:39:15
Message-Id: 1501605536.7af091fee0fe97f41d4309edf3fe2c1c6143f792.keri@gentoo
1 commit: 7af091fee0fe97f41d4309edf3fe2c1c6143f792
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 16:38:56 2017 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 16:38:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af091fe
7
8 dev-lang/qu-prolog: block games-rpg/kqlives due to file collision. See bug #597790
9
10 Package-Manager: Portage-2.3.0, Repoman-2.3.1
11
12 dev-lang/qu-prolog/qu-prolog-10.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
16 index 15d7adb69ed..0e221616b1e 100644
17 --- a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
18 +++ b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,6 +19,7 @@ IUSE="debug doc examples pedro qt4 readline threads"
26 RDEPEND="
27 !dev-util/mpatch
28 !dev-util/rej
29 + !games-rpg/kqlives
30 qt4? ( dev-qt/qtgui:4 )
31 pedro? ( net-misc/pedro )
32 readline? ( app-misc/rlwrap )"