Gentoo Archives: gentoo-dev

From: Michael Palimaka <kensington@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog
Date: Tue, 02 Jun 2015 10:48:15
Message-Id: mkk1kp$h31$1@ger.gmane.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: gnugo-3.9.1-r1.ebuild ChangeLog by "Michał Górny"
1 On 02/06/15 17:04, Michał Górny wrote:
2 > Dnia 2015-06-02, o godz. 03:58:35
3 > "Michael Sterrett (mr_bones_)" <mr_bones_@g.o> napisał(a):
4 >
5 >> mr_bones_ 15/06/02 03:58:35
6 >>
7 >> Modified: gnugo-3.9.1-r1.ebuild ChangeLog
8 >> Log:
9 >> add slot dep for repoman
10 >>
11 >> (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
12 >>
13 >> Revision Changes Path
14 >> 1.5 games-board/gnugo/gnugo-3.9.1-r1.ebuild
15 >>
16 >> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild?rev=1.5&view=markup
17 >> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild?rev=1.5&content-type=text/plain
18 >> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild?r1=1.4&r2=1.5
19 >>
20 >> Index: gnugo-3.9.1-r1.ebuild
21 >> ===================================================================
22 >> RCS file: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v
23 >> retrieving revision 1.4
24 >> retrieving revision 1.5
25 >> diff -u -r1.4 -r1.5
26 >> --- gnugo-3.9.1-r1.ebuild 25 Mar 2015 13:51:47 -0000 1.4
27 >> +++ gnugo-3.9.1-r1.ebuild 2 Jun 2015 03:58:35 -0000 1.5
28 >> @@ -1,6 +1,6 @@
29 >> # Copyright 1999-2015 Gentoo Foundation
30 >> # Distributed under the terms of the GNU General Public License v2
31 >> -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v 1.4 2015/03/25 13:51:47 ago Exp $
32 >> +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v 1.5 2015/06/02 03:58:35 mr_bones_ Exp $
33 >>
34 >> EAPI=5
35 >> inherit eutils games
36 >> @@ -14,7 +14,7 @@
37 >> KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
38 >> IUSE="readline"
39 >>
40 >> -DEPEND="readline? ( sys-libs/readline )
41 >> +DEPEND="readline? ( sys-libs/readline:0 )
42 >> >=sys-libs/ncurses-5.2-r3"
43 >> RDEPEND=${DEPEND}
44 >
45 > This should be actually := (or :0=) for both deps since gnugo links to
46 > them. This also applies to your remaining 'warning silencing' commits.
47 >
48
49 Why? Blindly adding the subslot dep is a bad idea.

Replies