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-office/magicpoint: magicpoint-1.12a.ebuild
Date: Tue, 25 Sep 2007 01:44:34
Message-Id: E1IZzLS-0003Nq-K8@stork.gentoo.org
1 mr_bones_ 07/09/25 01:36:14
2
3 Modified: magicpoint-1.12a.ebuild
4 Log:
5 fix typo in use flag (g -> mng)
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.4 app-office/magicpoint/magicpoint-1.12a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild?r1=1.3&r2=1.4
14
15 Index: magicpoint-1.12a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- magicpoint-1.12a.ebuild 24 Sep 2007 20:14:21 -0000 1.3
22 +++ magicpoint-1.12a.ebuild 25 Sep 2007 01:36:14 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.3 2007/09/24 20:14:21 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.4 2007/09/25 01:36:14 mr_bones_ Exp $
28
29 inherit autotools elisp-common eutils fixheadtails
30
31 @@ -23,7 +23,7 @@
32 truetype? ( virtual/xft )
33 emacs? ( virtual/emacs )
34 m17n-lib? ( dev-libs/m17n-lib )
35 - g? ( media-libs/libmng )"
36 + mng? ( media-libs/libmng )"
37 DEPEND="${MY_DEPEND}
38 sys-devel/autoconf
39 x11-proto/xextproto
40
41
42
43 --
44 gentoo-commits@g.o mailing list