Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-nat: mono-nat-1.0.ebuild
Date: Sun, 05 Apr 2009 12:19:00
Message-Id: E1LqRJS-0003nq-N8@stork.gentoo.org
1 loki_val 09/04/05 12:18:58
2
3 Modified: mono-nat-1.0.ebuild
4 Log:
5 Multilib safe.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-dotnet/mono-nat/mono-nat-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild?r1=1.2&r2=1.3
14
15 Index: mono-nat-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mono-nat-1.0.ebuild 5 Apr 2009 12:17:10 -0000 1.2
22 +++ mono-nat-1.0.ebuild 5 Apr 2009 12:18:58 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.2 2009/04/05 12:17:10 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.3 2009/04/05 12:18:58 loki_val Exp $
28
29 EAPI=2
30
31 @@ -36,6 +36,6 @@
32 -e 's;@LIBS@;-r:${libdir}/mono/mono-nat/Mono.Nat.dll;' \
33 "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/mono.nat.pc \
34 || die "sed failed"
35 - PKG_CONFIG_PATH="${D}/usr/lib64/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate."
36 + PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate."
37 eend $?
38 }