diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-12-14 15:34:22 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-12-14 15:34:22 +0000 |
commit | 573593b559a4a90e9c1babe506bee2018ec09b0b (patch) | |
tree | 04740213818f9f4e71800c69e0fe3aab05ae2c81 | |
parent | Version bump, old version removed upstream. Closes bug #74352 (Manifest reco... (diff) | |
download | gentoo-2-573593b559a4a90e9c1babe506bee2018ec09b0b.tar.gz gentoo-2-573593b559a4a90e9c1babe506bee2018ec09b0b.tar.bz2 gentoo-2-573593b559a4a90e9c1babe506bee2018ec09b0b.zip |
Add symlink
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.32.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 51725fc8009a..59c4525b3931 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.31 2004/12/14 04:32:06 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.32 2004/12/14 15:34:22 morfic Exp $ + + 14 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: + Add symlink for version independent location 13 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: Readding icc support, restoring -toolset- libnames, using python.eclass to diff --git a/dev-libs/boost/boost-1.32.0.ebuild b/dev-libs/boost/boost-1.32.0.ebuild index 4f0e4f252b80..7966ded6dbee 100644 --- a/dev-libs/boost/boost-1.32.0.ebuild +++ b/dev-libs/boost/boost-1.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.8 2004/12/14 04:32:06 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.9 2004/12/14 15:34:22 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python @@ -82,4 +82,6 @@ src_install () { -exec \ install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \; + #give them what they need to include while keeping this dir + dosym /usr/include/boost-1_32/boost /usr/include/boost } |