diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-04-28 15:51:39 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-04-28 15:51:39 +0000 |
commit | e5c1cd30e74f358ffacac4f934867b48612697dc (patch) | |
tree | 233258eb0822039f3ea7dd2124ec067aac807cbd /net-libs/rb_libtorrent | |
parent | Revbump for bugs #413151 and #413405, added xterm_titles patch, see $ts_enabl... (diff) | |
download | gentoo-2-e5c1cd30e74f358ffacac4f934867b48612697dc.tar.gz gentoo-2-e5c1cd30e74f358ffacac4f934867b48612697dc.tar.bz2 gentoo-2-e5c1cd30e74f358ffacac4f934867b48612697dc.zip |
fix boost dirs with EPREFIX for Prefix
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 794512f79144..4eb90f6dea34 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.124 2012/04/19 14:40:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.125 2012/04/28 15:51:39 heroxbd Exp $ + + 28 Apr 2012; <heroxbd@gentoo.org> rb_libtorrent-0.15.10.ebuild, + rb_libtorrent-0.16.0.ebuild: + fix boost dirs with EPREFIX for Prefix 19 Apr 2012; Brent Baude <ranger@gentoo.org> rb_libtorrent-0.15.9.ebuild: Marking rb_libtorrent-0.15.9 ppc64 for bug 411871 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild index 211c3f112b14..490f08eee623 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild @@ -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/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.1 2012/02/25 16:18:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.2 2012/04/28 15:51:39 heroxbd Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -52,8 +52,8 @@ src_configure() { BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")" BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - BOOST_INC="/usr/include/boost-${BOOST_VER}" - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}" + BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}" + BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}" local LOGGING use debug && LOGGING="--enable-logging=verbose" diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild index c5307b38d91d..6bade9727290 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild @@ -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/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild,v 1.1 2012/04/17 15:42:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild,v 1.2 2012/04/28 15:51:39 heroxbd Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -50,8 +50,8 @@ src_configure() { BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")" BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - BOOST_INC="/usr/include/boost-${BOOST_VER}" - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}" + BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}" + BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}" local LOGGING use debug && LOGGING="--enable-logging=verbose" |