Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20090203.ebuild
Date: Sat, 05 Sep 2009 00:27:57
Message-Id: E1Mjj8G-0005J9-3y@stork.gentoo.org
1 vapier 09/09/05 00:27:56
2
3 Modified: gnuconfig-20090203.ebuild
4 Log:
5 stabilize
6
7 Revision Changes Path
8 1.2 sys-devel/gnuconfig/gnuconfig-20090203.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild?r1=1.1&r2=1.2
13
14 Index: gnuconfig-20090203.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gnuconfig-20090203.ebuild 9 Mar 2009 21:32:35 -0000 1.1
21 +++ gnuconfig-20090203.ebuild 5 Sep 2009 00:27:55 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild,v 1.1 2009/03/09 21:32:35 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090203.ebuild,v 1.2 2009/09/05 00:27:55 vapier Exp $
27
28 inherit eutils
29 if [[ ${PV} == "99999999" ]] ; then
30 @@ -8,7 +8,7 @@
31 inherit git
32 else
33 SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
35 + KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
36 fi
37
38 DESCRIPTION="Updated config.sub and config.guess file from GNU"