diff options
Diffstat (limited to 'dev-libs/torch/torch-3.ebuild')
-rw-r--r-- | dev-libs/torch/torch-3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/torch/torch-3.ebuild b/dev-libs/torch/torch-3.ebuild index 6a0edabe6eb0..97f32bf92cd1 100644 --- a/dev-libs/torch/torch-3.ebuild +++ b/dev-libs/torch/torch-3.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/torch/torch-3.ebuild,v 1.2 2004/06/24 23:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/torch/torch-3.ebuild,v 1.3 2004/07/02 04:55:59 eradicator Exp $ DESCRIPTION="machine-learning library, written in simple C++" HOMEPAGE="http://www.torch.ch/" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/Torch${PV} |