summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-10 03:39:59 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-10 03:39:59 +0000
commit840031aaebc915cfcb577d196a87902976787ccd (patch)
treee0755c51c1a2e17cc159342abe1a2fc83f6ca78a
parentah, found the issues with bug #206158 - missing dep on dev-libs/libtommath. T... (diff)
downloadgentoo-2-840031aaebc915cfcb577d196a87902976787ccd.tar.gz
gentoo-2-840031aaebc915cfcb577d196a87902976787ccd.tar.bz2
gentoo-2-840031aaebc915cfcb577d196a87902976787ccd.zip
RESTRICT test as a workaround for bug #211139. Tests appears to pass in newer version of package. Thanks maekke for reporting
(Portage version: 2.1.4.4)
-rw-r--r--dev-libs/libtommath/ChangeLog6
-rw-r--r--dev-libs/libtommath/libtommath-0.36-r1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog
index ace4f75af5e8..69d3be2aa221 100644
--- a/dev-libs/libtommath/ChangeLog
+++ b/dev-libs/libtommath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libtommath
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.22 2008/06/10 02:36:04 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.23 2008/06/10 03:39:59 darkside Exp $
+
+ 10 Jun 2008; Jeremy Olexa <darkside@gentoo.org> libtommath-0.36-r1.ebuild:
+ RESTRICT test as a workaround for bug #211139. Tests appears to pass in
+ newer version of package. Thanks maekke for reporting
*libtommath-0.41 (10 Jun 2008)
diff --git a/dev-libs/libtommath/libtommath-0.36-r1.ebuild b/dev-libs/libtommath/libtommath-0.36-r1.ebuild
index 5f0e7272025a..2ab6f7584032 100644
--- a/dev-libs/libtommath/libtommath-0.36-r1.ebuild
+++ b/dev-libs/libtommath/libtommath-0.36-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36-r1.ebuild,v 1.8 2008/02/22 14:02:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36-r1.ebuild,v 1.9 2008/06/10 03:39:59 darkside Exp $
inherit eutils multilib
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
-HOMEPAGE="http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm"
+HOMEPAGE="http://www.libtom.org/"
SRC_URI="http://www.libtom.org/files/ltm-${PV}.tar.bz2"
LICENSE="public-domain"
@@ -16,6 +16,8 @@ IUSE=""
DEPEND="sys-devel/libtool"
RDEPEND=""
+RESTRICT="test"
+
src_unpack() {
unpack ${A}
cd "${S}"