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 games-board/pokerth: pokerth-0.9.5.ebuild ChangeLog
Date: Thu, 23 Aug 2012 17:07:13
Message-Id: 20120823170652.9B8BD20497@flycatcher.gentoo.org
1 mr_bones_ 12/08/23 17:06:52
2
3 Modified: pokerth-0.9.5.ebuild ChangeLog
4 Log:
5 fix linking with ld.bfd
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 games-board/pokerth/pokerth-0.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?r1=1.5&r2=1.6
15
16 Index: pokerth-0.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pokerth-0.9.5.ebuild 23 Aug 2012 16:34:53 -0000 1.5
23 +++ pokerth-0.9.5.ebuild 23 Aug 2012 17:06:52 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.5 2012/08/23 16:34:53 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.6 2012/08/23 17:06:52 mr_bones_ Exp $
29
30 EAPI=2
31 inherit flag-o-matic eutils qt4-r2 games
32 @@ -65,6 +65,7 @@
33 }
34
35 src_configure() {
36 + append-ldflags $(no-as-needed)
37 eqmake4
38 }
39
40
41
42
43 1.42 games-board/pokerth/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.42&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.42&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.41&r2=1.42
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
52 retrieving revision 1.41
53 retrieving revision 1.42
54 diff -u -r1.41 -r1.42
55 --- ChangeLog 23 Aug 2012 16:34:53 -0000 1.41
56 +++ ChangeLog 23 Aug 2012 17:06:52 -0000 1.42
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-board/pokerth
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.41 2012/08/23 16:34:53 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.42 2012/08/23 17:06:52 mr_bones_ Exp $
62 +
63 + 23 Aug 2012; Michael Sterrett <mr_bones_@g.o> pokerth-0.9.5.ebuild:
64 + fix linking with ld.bfd
65
66 23 Aug 2012; Michael Sterrett <mr_bones_@g.o> -pokerth-0.9.4.ebuild,
67 pokerth-0.9.5.ebuild: