diff options
Diffstat (limited to 'sci-mathematics/gfan/gfan-0.6.2-r4.ebuild')
-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" |