diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-01-16 19:43:11 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-01-22 06:29:25 -0500 |
commit | 7cb543e878fcd38feda0b1dd1760560b00aa2231 (patch) | |
tree | b38c06fd05f76d3e2ffd18f52800e4a570f47d44 /dev-gap/factint | |
parent | sci-mathematics/gap: use a bash array for econf args (diff) | |
download | gentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.tar.gz gentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.tar.bz2 gentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.zip |
dev-gap/*: relocate $S directly beneath $SRC_URI
This is where skel.ebuild puts it.
Suggested-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/factint')
-rw-r--r-- | dev-gap/factint/factint-1.6.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/factint/factint-1.6.3.ebuild b/dev-gap/factint/factint-1.6.3.ebuild index 7882fd7a226d..754ccbd02167 100644 --- a/dev-gap/factint/factint-1.6.3.ebuild +++ b/dev-gap/factint/factint-1.6.3.ebuild @@ -10,11 +10,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Advanced Methods for Factoring Integers" SLOT="0" SRC_URI="https://github.com/gap-packages/${MY_PN}/releases/download/v${PV}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" KEYWORDS="~amd64" -S="${WORKDIR}/${MY_P}" - GAP_PKG_EXTRA_INSTALL=( tables ) gap-pkg_enable_tests |