Gentoo Archives: gentoo-dev

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

Replies