From 722d64503f60f2aa1184d859fe4579355a3aabfc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 26 Aug 2024 20:02:02 -0400 Subject: sci-mathematics/gfan: fix cosmetic pkgcheck warning Signed-off-by: Michael Orlitzky --- sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 4 ++-- 1 file 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" -- cgit v1.2.3-65-gdbad