Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mr_bones_ 12/06/08 20:12:04
Modified: pokerth-0.9.4.ebuild ChangeLog
Log:
quiet append-flags warning
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.2 games-board/pokerth/pokerth-0.9.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?r1=1.1&r2=1.2
Index: pokerth-0.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pokerth-0.9.4.ebuild 3 May 2012 21:01:02 -0000 1.1
+++ pokerth-0.9.4.ebuild 8 Jun 2012 20:12:04 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v 1.1 2012/05/03 21:01:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v 1.2 2012/06/08 20:12:04 mr_bones_ Exp $
EAPI=2
inherit flag-o-matic eutils qt4-r2 games
@@ -53,11 +53,10 @@
boost_ver=${boost_ver/./_}
einfo "Using boost version ${boost_ver}"
- append-cxxflags \
- -I/usr/include/boost-${boost_ver}
+ append-cppflags \
+ -I/usr/include/boost-${boost_ver} -DBOOST_FILESYSTEM_VERSION=2
append-ldflags \
-L/usr/$(get_libdir)/boost-${boost_ver}
- append-flags -DBOOST_FILESYSTEM_VERSION=2
export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
1.34 games-board/pokerth/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 May 2012 21:01:02 -0000 1.33
+++ ChangeLog 8 Jun 2012 20:12:04 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for games-board/pokerth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.33 2012/05/03 21:01:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.34 2012/06/08 20:12:04 mr_bones_ Exp $
+
+ 08 Jun 2012; Michael Sterrett <mr_bones_@g.o> pokerth-0.9.4.ebuild:
+ quiet append-flags warning
*pokerth-0.9.4 (03 May 2012)
|
|