diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:18 +0100 |
commit | 6dba3b6766d7377ce6c2b7102d9844728a2703c2 (patch) | |
tree | e47f43666eec111804e5e984f90fe83f073e35cf /sci-physics | |
parent | sci-misc/fitsverify: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-6dba3b6766d7377ce6c2b7102d9844728a2703c2.tar.gz gentoo-6dba3b6766d7377ce6c2b7102d9844728a2703c2.tar.bz2 gentoo-6dba3b6766d7377ce6c2b7102d9844728a2703c2.zip |
sci-physics/fastjet: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.3-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.6-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild index a17324679e4d..7d7adc653af9 100644 --- a/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild +++ b/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild @@ -11,7 +11,7 @@ inherit autotools-utils fortran-2 flag-o-matic DESCRIPTION="Fast implementation of several recombination jet algorithms" HOMEPAGE="http://www.fastjet.fr/" -SRC_URI="${HOMEPAGE}/repo/${P}.tar.gz" +SRC_URI="http://www.fastjet.fr/repo/${P}.tar.gz" LICENSE="GPL-2 QPL" SLOT="0" diff --git a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild index 43aa5d3d01d9..8b71ec78e38f 100644 --- a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild +++ b/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools-utils fortran-2 flag-o-matic DESCRIPTION="Fast implementation of several recombination jet algorithms" HOMEPAGE="http://www.fastjet.fr/" -SRC_URI="${HOMEPAGE}/repo/${P}.tar.gz" +SRC_URI="http://www.fastjet.fr/repo/${P}.tar.gz" LICENSE="GPL-2 QPL" SLOT="0" |