diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 23:28:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 23:28:52 +0000 |
commit | 4063641fa125d72167440bbb730b07aba995f3d3 (patch) | |
tree | 691e4436a3e20076c7d2e8482b00b511e82b5956 /dev-libs/boost | |
parent | Use FONT_CONF and fix pkg_postinst. (diff) | |
download | gentoo-2-4063641fa125d72167440bbb730b07aba995f3d3.tar.gz gentoo-2-4063641fa125d72167440bbb730b07aba995f3d3.tar.bz2 gentoo-2-4063641fa125d72167440bbb730b07aba995f3d3.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.34.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.34.0-r1.ebuild b/dev-libs/boost/boost-1.34.0-r1.ebuild index 5aee08e6da74..b75ad1888b05 100644 --- a/dev-libs/boost/boost-1.34.0-r1.ebuild +++ b/dev-libs/boost/boost-1.34.0-r1.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.0-r1.ebuild,v 1.1 2007/07/15 14:44:36 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.34.0-r1.ebuild,v 1.2 2007/07/15 23:28:52 mr_bones_ Exp $ inherit distutils flag-o-matic multilib toolchain-funcs versionator check-reqs @@ -203,7 +203,6 @@ src_install () { dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" done - if use pyste; then cd "${S}/libs/python/pyste/install" distutils_src_install |