Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/aspell-pt: aspell-pt-0.50.2-r1.ebuild
Date: Wed, 31 Mar 2010 16:14:38
Message-Id: E1Nx0Yu-0007xC-VP@stork.gentoo.org
1 mr_bones_ 10/03/31 16:14:36
2
3 Modified: aspell-pt-0.50.2-r1.ebuild
4 Log:
5 aspell-dict goes last on inherit line
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: aspell-pt-0.50.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- aspell-pt-0.50.2-r1.ebuild 30 Mar 2010 22:22:56 -0000 1.3
22 +++ aspell-pt-0.50.2-r1.ebuild 31 Mar 2010 16:14:36 -0000 1.4
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.3 2010/03/30 22:22:56 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.4 2010/03/31 16:14:36 mr_bones_ Exp $
28
29 ASPELL_LANG="Portuguese"
30
31 -inherit aspell-dict multilib
32 +inherit multilib aspell-dict
33
34 LICENSE="GPL-2"