diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-12-07 17:16:48 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-12-07 17:16:48 +0000 |
commit | 9a955b14fcdeb6d43683c942983e2c74a893d2ec (patch) | |
tree | 2ac7445c4b9baef9510d1fc4a6d144420130bde8 /sci-mathematics/singular | |
parent | Version bump. (diff) | |
download | gentoo-2-9a955b14fcdeb6d43683c942983e2c74a893d2ec.tar.gz gentoo-2-9a955b14fcdeb6d43683c942983e2c74a893d2ec.tar.bz2 gentoo-2-9a955b14fcdeb6d43683c942983e2c74a893d2ec.zip |
restricting tests, upstream does not care about them
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.1.2-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index ec3d177ef5a1..5473d0983724 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.37 2010/11/26 09:56:22 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.38 2010/12/07 17:16:48 tomka Exp $ + + 07 Dec 2010; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild: + restricting tests, upstream does not care about them *singular-3.1.2-r2 (26 Nov 2010) diff --git a/sci-mathematics/singular/singular-3.1.2-r2.ebuild b/sci-mathematics/singular/singular-3.1.2-r2.ebuild index 972b94027efe..851be8b182fe 100644 --- a/sci-mathematics/singular/singular-3.1.2-r2.ebuild +++ b/sci-mathematics/singular/singular-3.1.2-r2.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.3 2010/11/28 02:12:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.4 2010/12/07 17:16:48 tomka Exp $ EAPI="3" WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix +# Upstream does not care about tests. +RESTRICT="test" + inherit autotools eutils elisp-common flag-o-matic multilib prefix versionator MY_PN=Singular |