diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-26 20:02:02 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-26 20:20:53 -0400 |
commit | 722d64503f60f2aa1184d859fe4579355a3aabfc (patch) | |
tree | bbe010ede7a001199a3704b020095342fbc768d8 /sci-mathematics/gfan | |
parent | sci-mathematics/gfan: keyword 0.6.2-r4 for ~riscv (diff) | |
download | gentoo-722d64503f60f2aa1184d859fe4579355a3aabfc.tar.gz gentoo-722d64503f60f2aa1184d859fe4579355a3aabfc.tar.bz2 gentoo-722d64503f60f2aa1184d859fe4579355a3aabfc.zip |
sci-mathematics/gfan: fix cosmetic pkgcheck warning
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/gfan')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild index fb1145fd9cb3..fe1b428750be 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild @@ -9,6 +9,8 @@ DESCRIPTION="Compute Groebner fans and tropical varieties" HOMEPAGE="https://users-math.au.dk/~jensen/software/gfan/gfan.html" SRC_URI="https://users-math.au.dk/~jensen/software/${PN}/${PN}${PV}.tar.gz" +S="${WORKDIR}/${PN}${PV}" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" @@ -19,8 +21,6 @@ DEPEND="dev-libs/gmp:0=[cxx(+)] sci-libs/cddlib:0=" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}${PV}" - PATCHES=( "${FILESDIR}/${PN}-0.6.2-xcode9.3_compat.patch" "${FILESDIR}/${PN}-0.6.2-testsuite.patch" |