summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 20:09:57 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 20:09:57 +0000
commit65a991ea8231f01dc578d31c904b65e2878f946b (patch)
tree03a4dbdfbbecb61bbf3be80505a6bc8f6f5bf513 /sci-libs/torch
parentRemove virtual/libc (diff)
downloadgentoo-2-65a991ea8231f01dc578d31c904b65e2878f946b.tar.gz
gentoo-2-65a991ea8231f01dc578d31c904b65e2878f946b.tar.bz2
gentoo-2-65a991ea8231f01dc578d31c904b65e2878f946b.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/torch')
-rw-r--r--sci-libs/torch/ChangeLog7
-rw-r--r--sci-libs/torch/torch-3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/torch/ChangeLog b/sci-libs/torch/ChangeLog
index c16aeb9423ed..3a72ef27f51f 100644
--- a/sci-libs/torch/ChangeLog
+++ b/sci-libs/torch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/torch
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.5 2006/06/02 04:40:06 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.6 2009/09/23 20:09:57 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> torch-3.ebuild:
+ Remove virtual/libc
02 Jun 2006; Markus Dittrich <markusle@gentoo.org> torch-3.ebuild:
Added missing backslashes that caused problems with sed. This fixes
diff --git a/sci-libs/torch/torch-3.ebuild b/sci-libs/torch/torch-3.ebuild
index 698a819266aa..f335d2b1e0ff 100644
--- a/sci-libs/torch/torch-3.ebuild
+++ b/sci-libs/torch/torch-3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.ebuild,v 1.4 2006/06/02 04:40:06 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.ebuild,v 1.5 2009/09/23 20:09:57 patrick Exp $
inherit toolchain-funcs multilib
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ~amd64"
IUSE="doc debug"
-DEPEND="virtual/libc"
+DEPEND=""
S=${WORKDIR}/Torch${PV}