diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-15 04:48:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-15 04:48:17 +0000 |
commit | 87b03650961a78817d56bb2494d546044b083e8e (patch) | |
tree | 77b2dcb4625b36f78591a31d7cf0a9d846566693 /sci-libs/torch | |
parent | Patch not needed anymore, now it's handled by eclass (diff) | |
download | gentoo-2-87b03650961a78817d56bb2494d546044b083e8e.tar.gz gentoo-2-87b03650961a78817d56bb2494d546044b083e8e.tar.bz2 gentoo-2-87b03650961a78817d56bb2494d546044b083e8e.zip |
Now install headers, thanks Joshua Rich for the patch, bug #309225
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/torch')
-rw-r--r-- | sci-libs/torch/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/torch/torch-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/torch/ChangeLog b/sci-libs/torch/ChangeLog index ecefabf2432a..f9b1cf6c8e5d 100644 --- a/sci-libs/torch/ChangeLog +++ b/sci-libs/torch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/torch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.7 2010/02/13 20:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.8 2010/03/15 04:48:17 bicatali Exp $ + + 15 Mar 2010; Sébastien Fabbro <bicatali@gentoo.org> torch-3.1.ebuild: + Now install headers, thanks Joshua Rich for the patch, bug #309225 *torch-3.1 (13 Feb 2010) diff --git a/sci-libs/torch/torch-3.1.ebuild b/sci-libs/torch/torch-3.1.ebuild index 93019bfb629e..59c8b6d82ad5 100644 --- a/sci-libs/torch/torch-3.1.ebuild +++ b/sci-libs/torch/torch-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.1.ebuild,v 1.1 2010/02/13 20:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.1.ebuild,v 1.2 2010/03/15 04:48:17 bicatali Exp $ inherit toolchain-funcs multilib @@ -37,7 +37,7 @@ src_compile() { src_install() { dolib lib/*/*.a || die insinto /usr/include/torch - for directory in core ${torch_packages}; do + for directory in core ${TORCH_PACKAGES}; do doins ${directory}/*.h || die done |