commit: 722d64503f60f2aa1184d859fe4579355a3aabfc Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Aug 27 00:02:02 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Aug 27 00:20:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722d6450
sci-mathematics/gfan: fix cosmetic pkgcheck warning Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> 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"