diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-06-30 21:44:29 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-06-30 21:44:29 +0000 |
commit | a2ac36e23b4511ef0989d9539d7db3df6979f5d9 (patch) | |
tree | 694ce5e4d0741ea42aa7a189288b163a3ca1e50c /dev-libs/luabind | |
parent | rev bump (diff) | |
download | gentoo-2-a2ac36e23b4511ef0989d9539d7db3df6979f5d9.tar.gz gentoo-2-a2ac36e23b4511ef0989d9539d7db3df6979f5d9.tar.bz2 gentoo-2-a2ac36e23b4511ef0989d9539d7db3df6979f5d9.zip |
force boost 1.31 dependency on luabind
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/luabind')
-rw-r--r-- | dev-libs/luabind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/luabind/luabind-6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 |