diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-18 23:53:46 +0000 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-19 12:47:27 +0000 |
commit | 1524fac1652443605c17c7b2f1e22c339a0b9876 (patch) | |
tree | 4b999a68d761e74d023ce0df7a3a9e020958aa99 /sci-mathematics | |
parent | sci-mathematics/pari-data: keyword 20191216 for ~riscv (diff) | |
download | gentoo-1524fac1652443605c17c7b2f1e22c339a0b9876.tar.gz gentoo-1524fac1652443605c17c7b2f1e22c339a0b9876.tar.bz2 gentoo-1524fac1652443605c17c7b2f1e22c339a0b9876.zip |
sci-mathematics/pari-data: fix cosmetic pkgcheck warnings
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari-data/pari-data-20191216.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/pari-data/pari-data-20191216.ebuild b/sci-mathematics/pari-data/pari-data-20191216.ebuild index b960475037e2..f2676521d946 100644 --- a/sci-mathematics/pari-data/pari-data-20191216.ebuild +++ b/sci-mathematics/pari-data/pari-data-20191216.ebuild @@ -10,17 +10,15 @@ HOMEPAGE="https://pari.math.u-bordeaux.fr/packages.html" # with new versions. When that happens, we need to bump this # package to a new version so that any mirrored tarballs will # get re-fetched to a new name. -SRC_URI="" for p in elldata galpol seadata nftables galdata; do SRC_URI+="https://pari.math.u-bordeaux.fr/pub/pari/packages/${p}.tgz \ -> ${p}-${PV}.tgz " done +S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" -S="${WORKDIR}" src_install() { insinto /usr/share/pari |