diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-12-15 17:14:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-12-15 17:14:02 +0000 |
commit | 081249bf3bee478146a44e82340504bf45a2179c (patch) | |
tree | 6068d5ef21e8b4008ef72e717c913b25dd58a996 /sci-libs/colamd | |
parent | Pass --without-x to avoid useless system -I/-L paths. (diff) | |
download | gentoo-2-081249bf3bee478146a44e82340504bf45a2179c.tar.gz gentoo-2-081249bf3bee478146a44e82340504bf45a2179c.tar.bz2 gentoo-2-081249bf3bee478146a44e82340504bf45a2179c.zip |
Restrict test, useless any ways, because it needs manual inspection, #394795
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/colamd')
-rw-r--r-- | sci-libs/colamd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/colamd/colamd-2.7.3.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog index 9a4a55ba1b54..a92342b4e571 100644 --- a/sci-libs/colamd/ChangeLog +++ b/sci-libs/colamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/colamd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.19 2011/12/15 08:33:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.20 2011/12/15 17:14:02 jlec Exp $ + + 15 Dec 2011; Justin Lecher <jlec@gentoo.org> colamd-2.7.3.ebuild: + Restrict test, useless any ways, because it needs manual inspection, #394795 15 Dec 2011; Justin Lecher <jlec@gentoo.org> colamd-2.7.3.ebuild: Moved to autotools-utils.eclass in order to handle .la files, #394079 diff --git a/sci-libs/colamd/colamd-2.7.3.ebuild b/sci-libs/colamd/colamd-2.7.3.ebuild index 11b363ea79db..3023bf156fac 100644 --- a/sci-libs/colamd/colamd-2.7.3.ebuild +++ b/sci-libs/colamd/colamd-2.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.4 2011/12/15 08:33:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.5 2011/12/15 17:14:02 jlec Exp $ EAPI=4 @@ -19,6 +19,9 @@ IUSE="static-libs" DEPEND="sci-libs/ufconfig" RDEPEND="${DEPEND}" +# Needs manual inspection of the result, useless. +RESTRICT="test" + DOCS=( README.txt Doc/ChangeLog ) S="${WORKDIR}/${MY_PN}" |