summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-26 20:00:34 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-26 20:20:55 -0400
commitcd12d7005f0863d9185893dcc068167be4dae61f (patch)
tree31624bc3fe137eab339355a55c0a37f65fc9267f /sci-libs
parentsci-libs/libhomfly: keyword 1.02.6 for ~riscv (diff)
downloadgentoo-cd12d7005f0863d9185893dcc068167be4dae61f.tar.gz
gentoo-cd12d7005f0863d9185893dcc068167be4dae61f.tar.bz2
gentoo-cd12d7005f0863d9185893dcc068167be4dae61f.zip
sci-libs/libhomfly: fix cosmetic pkgcheck warning
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libhomfly/libhomfly-1.02.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
index 625b39c60da1..8f489d9154da 100644
--- a/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
+++ b/sci-libs/libhomfly/libhomfly-1.02.6.ebuild
@@ -9,6 +9,8 @@ DESCRIPTION="Library to compute the homfly polynomial of a link"
HOMEPAGE="https://github.com/miguelmarco/libhomfly"
SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="amd64 ~riscv"
@@ -17,8 +19,6 @@ IUSE="static-libs"
DEPEND="dev-libs/boehm-gc"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}"
-
src_configure() {
econf $(use_enable static-libs static)
}