Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/gti: gti-9999.ebuild ChangeLog
Date: Sat, 28 Feb 2015 17:22:40
Message-Id: 20150228172232.7B33E12BF9@oystercatcher.gentoo.org
1 ago 15/02/28 17:22:32
2
3 Modified: gti-9999.ebuild ChangeLog
4 Log:
5 Move KEYWORDS to another line to avoid bug #399061
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.2 dev-vcs/gti/gti-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/gti-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/gti-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/gti-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: gti-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gti/gti-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gti-9999.ebuild 16 Aug 2012 11:44:55 -0000 1.1
23 +++ gti-9999.ebuild 28 Feb 2015 17:22:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/gti-9999.ebuild,v 1.1 2012/08/16 11:44:55 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/gti-9999.ebuild,v 1.2 2015/02/28 17:22:32 ago Exp $
30
31 EAPI=4
32
33 @@ -13,7 +13,8 @@
34
35 LICENSE="MIT"
36 SLOT="0"
37 -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
38 +[[ ${PV} == 9999 ]] || \
39 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
40 IUSE=""
41
42 DEPEND="dev-vcs/git"
43
44
45
46 1.2 dev-vcs/gti/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gti/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gti/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 16 Aug 2012 11:44:55 -0000 1.1
59 +++ ChangeLog 28 Feb 2015 17:22:32 -0000 1.2
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-vcs/gti
62 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/ChangeLog,v 1.1 2012/08/16 11:44:55 scarabeus Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gti/ChangeLog,v 1.2 2015/02/28 17:22:32 ago Exp $
66 +
67 + 28 Feb 2015; Agostino Sarubbo <ago@g.o> gti-9999.ebuild:
68 + Move KEYWORDS to another line to avoid bug #399061
69
70 *gti-9999 (16 Aug 2012)