summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-10 13:12:34 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-10 13:12:34 +0000
commitb3525da4718b76834dc89b2e4e221442398ddc7b (patch)
tree1545716fa4548a364680bff7824209016a398423 /dev-libs/tomsfastmath
parentVersion bumps (diff)
downloadgentoo-2-b3525da4718b76834dc89b2e4e221442398ddc7b.tar.gz
gentoo-2-b3525da4718b76834dc89b2e4e221442398ddc7b.tar.bz2
gentoo-2-b3525da4718b76834dc89b2e4e221442398ddc7b.zip
Punt DEPEND on app-arch/unzip as SRC_URI has changed
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/tomsfastmath')
-rw-r--r--dev-libs/tomsfastmath/ChangeLog5
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/tomsfastmath/ChangeLog b/dev-libs/tomsfastmath/ChangeLog
index 99089f998c5d..5e40304520b7 100644
--- a/dev-libs/tomsfastmath/ChangeLog
+++ b/dev-libs/tomsfastmath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/tomsfastmath
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/ChangeLog,v 1.5 2008/06/10 02:10:45 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/ChangeLog,v 1.6 2008/06/10 13:12:34 darkside Exp $
+
+ 10 Jun 2008; Jeremy Olexa <darkside@gentoo.org> tomsfastmath-0.12.ebuild:
+ Punt DEPEND on app-arch/unzip as SRC_URI has changed
*tomsfastmath-0.12 (10 Jun 2008)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild
index 778ca11d7dac..6ce65665fc44 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild,v 1.1 2008/06/10 02:10:45 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.12.ebuild,v 1.2 2008/06/10 13:12:34 darkside Exp $
inherit eutils
@@ -13,9 +13,6 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
src_compile() {
emake IGNORE_SPEED=1 || die
}