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/gettext: gettext-0.17.ebuild
Date: Wed, 09 Jan 2008 00:39:41
Message-Id: E1JCOyo-0005Ep-Kg@stork.gentoo.org
1 vapier 08/01/09 00:39:38
2
3 Modified: gettext-0.17.ebuild
4 Log:
5 fix acl configure sed path as pointed out by Diego #204746
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.10 sys-devel/gettext/gettext-0.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?r1=1.9&r2=1.10
14
15 Index: gettext-0.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- gettext-0.17.ebuild 7 Jan 2008 05:17:28 -0000 1.9
22 +++ gettext-0.17.ebuild 9 Jan 2008 00:39:38 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.9 2008/01/07 05:17:28 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.10 2008/01/09 00:39:38 vapier Exp $
28
29 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
30
31 @@ -37,7 +37,7 @@
32 -e '2iexit 77' \
33 autoconf-lib-link/tests/rpath-3*[ef] || die "sed tests"
34
35 - use acl || sed -i 's:use_acl=1:use_acl=0:' configure
36 + use acl || sed -i 's:use_acl=1:use_acl=0:' gettext-tools/configure
37 }
38
39 src_compile() {
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list