summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-06-30 21:44:29 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-06-30 21:44:29 +0000
commit2cc3b567607e1ca865e58edbcdf16649a64ce732 (patch)
tree747713b9d35241c81d294144c1244b3fc2ea54d9 /dev-libs/luabind
parentrev bump (diff)
downloadhistorical-2cc3b567607e1ca865e58edbcdf16649a64ce732.tar.gz
historical-2cc3b567607e1ca865e58edbcdf16649a64ce732.tar.bz2
historical-2cc3b567607e1ca865e58edbcdf16649a64ce732.zip
force boost 1.31 dependency on luabind
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/luabind')
-rw-r--r--dev-libs/luabind/ChangeLog5
-rw-r--r--dev-libs/luabind/Manifest4
-rw-r--r--dev-libs/luabind/luabind-6-r1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/luabind/ChangeLog b/dev-libs/luabind/ChangeLog
index 0265ee94ce55..ccf562167683 100644
--- a/dev-libs/luabind/ChangeLog
+++ b/dev-libs/luabind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/luabind
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.7 2005/04/24 12:48:56 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/ChangeLog,v 1.8 2005/06/30 21:44:29 rphillips Exp $
+
+ 30 Jun 2005; <rphillips@gentoo.org> luabind-6-r1.ebuild:
+ Force luabind to be dependent on boost 1.31*. Fixes #90374
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> luabind-6-r1.ebuild:
Stable on ppc.
diff --git a/dev-libs/luabind/Manifest b/dev-libs/luabind/Manifest
index 86c5d446e6f4..5341692491c0 100644
--- a/dev-libs/luabind/Manifest
+++ b/dev-libs/luabind/Manifest
@@ -1,6 +1,6 @@
-MD5 4f1d4c84a2735175d4e96f8867860b4e luabind-6-r1.ebuild 722
+MD5 1bb45342037e945eadcfdc3342d5ecb3 luabind-6-r1.ebuild 732
+MD5 16037ef6e07dd95c6f1ce34cbd1f076f ChangeLog 952
MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
-MD5 350d72e6ffb5738bc694d8237073c601 ChangeLog 828
MD5 e0ed8816aafeebfb69750cb60d30022f luabind-6.ebuild 715
MD5 b5429820d4bcbb65850c97cae3ef2f6d files/digest-luabind-6-r1 62
MD5 b5429820d4bcbb65850c97cae3ef2f6d files/digest-luabind-6 62
diff --git a/dev-libs/luabind/luabind-6-r1.ebuild b/dev-libs/luabind/luabind-6-r1.ebuild
index b1e95b5e0892..7584d367ec64 100644
--- a/dev-libs/luabind/luabind-6-r1.ebuild
+++ b/dev-libs/luabind/luabind-6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6-r1.ebuild,v 1.4 2005/04/24 12:48:56 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/luabind/luabind-6-r1.ebuild,v 1.5 2005/06/30 21:44:29 rphillips Exp $
S=${WORKDIR}/luabind
DESCRIPTION="C++ library that aids in creating bindings for Lua"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86 ppc ~sparc"
IUSE=""
DEPEND="dev-lang/lua
- dev-libs/boost"
+ =dev-libs/boost-1.31*"
src_compile() {
sed -i 's:cd test.*::g' makefile