diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:10 +0100 |
commit | 22dba986297f9bc5cd6da4b2646ccc5a1c3f76f8 (patch) | |
tree | 0c005a4b17911ecc691631bb595c126febeac8ea /sci-mathematics/flint | |
parent | sci-libs/plplot: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-22dba986297f9bc5cd6da4b2646ccc5a1c3f76f8.tar.gz gentoo-22dba986297f9bc5cd6da4b2646ccc5a1c3f76f8.tar.bz2 gentoo-22dba986297f9bc5cd6da4b2646ccc5a1c3f76f8.zip |
sci-mathematics/flint: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.4.5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.5.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/flint/flint-2.4.4-r1.ebuild b/sci-mathematics/flint/flint-2.4.4-r1.ebuild index 1068395a40c3..846ee038654c 100644 --- a/sci-mathematics/flint/flint-2.4.4-r1.ebuild +++ b/sci-mathematics/flint/flint-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ DESCRIPTION="Fast Library for Number Theory" HOMEPAGE="http://www.flintlib.org/" SRC_URI="http://www.flintlib.org/${P}.tar.gz" -RESTRICT="mirror" +RESTRICT="mirror !test? ( test )" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" diff --git a/sci-mathematics/flint/flint-2.4.5.ebuild b/sci-mathematics/flint/flint-2.4.5.ebuild index b36ea8b5f2b3..36bcaaaea7a9 100644 --- a/sci-mathematics/flint/flint-2.4.5.ebuild +++ b/sci-mathematics/flint/flint-2.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ DESCRIPTION="Fast Library for Number Theory" HOMEPAGE="http://www.flintlib.org/" SRC_URI="http://www.flintlib.org/${P}.tar.gz" -RESTRICT="mirror" +RESTRICT="mirror !test? ( test )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/sci-mathematics/flint/flint-2.5.2.ebuild b/sci-mathematics/flint/flint-2.5.2.ebuild index 64f94ae79dcf..0a6ef5a44bd8 100644 --- a/sci-mathematics/flint/flint-2.5.2.ebuild +++ b/sci-mathematics/flint/flint-2.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ DESCRIPTION="Fast Library for Number Theory" HOMEPAGE="http://www.flintlib.org/" SRC_URI="http://www.flintlib.org/${P}.tar.gz" -RESTRICT="mirror" +RESTRICT="mirror !test? ( test )" LICENSE="GPL-2" SLOT="0/13" KEYWORDS="~amd64 ~arm ~x86" |