summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-31 10:34:24 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-31 10:34:24 +0000
commit9e357e32c0b97f2e9952d4727468424acba67ed2 (patch)
tree32c0924bd24d4e9d22f5c9f6cb952b8b6555ccb8 /dev-libs/boost
parentadd messages to die-calls (diff)
downloadgentoo-2-9e357e32c0b97f2e9952d4727468424acba67ed2.tar.gz
gentoo-2-9e357e32c0b97f2e9952d4727468424acba67ed2.tar.bz2
gentoo-2-9e357e32c0b97f2e9952d4727468424acba67ed2.zip
change CHOST check from !=darwin to ==linux, see http://article.gmane.org/gmane.linux.gentoo.alt/2907
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/ChangeLog6
-rw-r--r--dev-libs/boost/boost-1.34.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index 2f472e39c53f..a99d4560880f 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/boost
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.120 2007/07/29 10:33:50 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.121 2007/08/31 10:34:24 grobian Exp $
+
+ 31 Aug 2007; Fabian Groffen <grobian@gentoo.org> boost-1.34.1.ebuild:
+ change CHOST check from !=darwin to ==linux, see
+ http://article.gmane.org/gmane.linux.gentoo.alt/2907
*boost-1.34.1 (29 Jul 2007)
diff --git a/dev-libs/boost/boost-1.34.1.ebuild b/dev-libs/boost/boost-1.34.1.ebuild
index ca78af10cd70..77fd1a230627 100644
--- a/dev-libs/boost/boost-1.34.1.ebuild
+++ b/dev-libs/boost/boost-1.34.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.34.1.ebuild,v 1.3 2007/08/01 09:19:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.34.1.ebuild,v 1.4 2007/08/31 10:34:24 grobian Exp $
inherit distutils flag-o-matic multilib toolchain-funcs versionator check-reqs
@@ -52,7 +52,7 @@ src_unpack() {
rm boost-build.jam
# This enables building the boost.random library with /dev/urandom support
- if [[ ${CHOST} != *-darwin* ]] ; then
+ if [[ ${CHOST} == *-linux-* ]] ; then
mkdir -p libs/random/build
cp "${FILESDIR}/random-Jamfile" libs/random/build/Jamfile.v2
fi