Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
Date: Thu, 30 Sep 2010 20:23:05
Message-Id: 20100930202303.1913320051@flycatcher.gentoo.org
1 ranger 10/09/30 20:23:03
2
3 Modified: ChangeLog argparse-1.1.ebuild
4 Log:
5 keyworded ~arch for ppc64, bug 330569
6 (Portage version: 2.1.8.3/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.13 dev-python/argparse/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 29 Sep 2010 20:13:44 -0000 1.12
22 +++ ChangeLog 30 Sep 2010 20:23:03 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/argparse
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.12 2010/09/29 20:13:44 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.13 2010/09/30 20:23:03 ranger Exp $
28 +
29 + 30 Sep 2010; Brent Baude <ranger@g.o> argparse-1.1.ebuild:
30 + keyworded ~arch for ppc64, bug 330569
31
32 29 Sep 2010; Brent Baude <ranger@g.o> argparse-1.1.ebuild:
33 Marking argparse-1.1 ~ppc for bug 330569
34
35
36
37 1.10 dev-python/argparse/argparse-1.1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?r1=1.9&r2=1.10
42
43 Index: argparse-1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- argparse-1.1.ebuild 29 Sep 2010 20:13:44 -0000 1.9
50 +++ argparse-1.1.ebuild 30 Sep 2010 20:23:03 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.9 2010/09/29 20:13:44 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.10 2010/09/30 20:23:03 ranger Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60 LICENSE="Apache-2.0"
61
62 SLOT="0"
63 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
64 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
65 IUSE=""
66
67 DEPEND="app-arch/unzip"