Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/parted: parted-3.1-r1.ebuild ChangeLog
Date: Fri, 23 Nov 2012 18:17:57
Message-Id: 20121123181746.AF24A20C65@flycatcher.gentoo.org
1 blueness 12/11/23 18:17:46
2
3 Modified: parted-3.1-r1.ebuild ChangeLog
4 Log:
5 keyword ~arm ~ppc ~pp64, bug #443048
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 sys-block/parted/parted-3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: parted-3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- parted-3.1-r1.ebuild 14 Nov 2012 17:19:18 -0000 1.2
23 +++ parted-3.1-r1.ebuild 23 Nov 2012 18:17:46 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v 1.2 2012/11/14 17:19:18 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v 1.3 2012/11/23 18:17:46 blueness Exp $
29
30 EAPI="4"
31
32 @@ -14,7 +14,7 @@
33
34 LICENSE="GPL-3"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~mips ~s390 ~sh ~x86"
37 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
38 IUSE="+debug device-mapper nls readline selinux static-libs test"
39
40 # specific version for gettext needed
41
42
43
44 1.25 sys-block/parted/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.25&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.25&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.24&r2=1.25
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v
53 retrieving revision 1.24
54 retrieving revision 1.25
55 diff -u -r1.24 -r1.25
56 --- ChangeLog 14 Nov 2012 17:19:18 -0000 1.24
57 +++ ChangeLog 23 Nov 2012 18:17:46 -0000 1.25
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-block/parted
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.24 2012/11/14 17:19:18 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.25 2012/11/23 18:17:46 blueness Exp $
63 +
64 + 23 Nov 2012; Anthony G. Basile <blueness@g.o> parted-3.1-r1.ebuild:
65 + keyword ~arm ~ppc ~pp64, bug #443048
66
67 14 Nov 2012; Jeroen Roovers <jer@g.o> parted-3.1-r1.ebuild:
68 Marked ~hppa (bug #443048).