Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/scripts: scripts-1.0.1.ebuild
Date: Mon, 01 Nov 2010 18:10:32
Message-Id: 20101101181027.BFEA920054@flycatcher.gentoo.org
1 reavertm 10/11/01 18:10:27
2
3 Modified: scripts-1.0.1.ebuild
4 Log:
5 Sort KEYWORDS
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 x11-apps/scripts/scripts-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild?r1=1.8&r2=1.9
15
16 Index: scripts-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- scripts-1.0.1.ebuild 19 Aug 2010 00:04:33 -0000 1.8
23 +++ scripts-1.0.1.ebuild 1 Nov 2010 18:10:27 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild,v 1.8 2010/08/19 00:04:33 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild,v 1.9 2010/11/01 18:10:27 reavertm Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -8,7 +8,7 @@
33 inherit x-modular
34
35 DESCRIPTION="start an X program on a remote machine"
36 -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64"
37 +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
38 IUSE=""
39 RDEPEND="x11-libs/libX11"
40 DEPEND="${RDEPEND}"