commit:     28b38d500fda78e6d3eb78cd7278747ddbfcea64
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:42:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:42:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28b38d50

sci-libs/kissfft: add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/kissfft/kissfft-131.ebuild  | 7 ++++---
 sci-libs/kissfft/kissfft-9999.ebuild | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-libs/kissfft/kissfft-131.ebuild 
b/sci-libs/kissfft/kissfft-131.ebuild
index 5237f4112..395523fe9 100644
--- a/sci-libs/kissfft/kissfft-131.ebuild
+++ b/sci-libs/kissfft/kissfft-131.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,13 +10,14 @@ HOMEPAGE="https://github.com/mborgerding/kissfft";
 
 LICENSE="BSD"
 IUSE="test"
+RESTRICT="!test? ( test )"
 SLOT="0"
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="${HOMEPAGE}"
+       EGIT_REPO_URI="https://github.com/mborgerding/kissfft";
        inherit git-r3
 else
-       SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/mborgerding/kissfft/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/sci-libs/kissfft/kissfft-9999.ebuild 
b/sci-libs/kissfft/kissfft-9999.ebuild
index 5151bf556..893afd7e6 100644
--- a/sci-libs/kissfft/kissfft-9999.ebuild
+++ b/sci-libs/kissfft/kissfft-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,13 +10,14 @@ HOMEPAGE="https://github.com/mborgerding/kissfft";
 
 LICENSE="BSD"
 IUSE="test"
+RESTRICT="!test? ( test )"
 SLOT="0"
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="${HOMEPAGE}"
+       EGIT_REPO_URI="https://github.com/mborgerding/kissfft";
        inherit git-r3
 else
-       SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/mborgerding/kissfft/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

Reply via email to