diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-26 20:00:34 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-26 20:20:55 -0400 |
commit | cd12d7005f0863d9185893dcc068167be4dae61f (patch) | |
tree | 31624bc3fe137eab339355a55c0a37f65fc9267f /sci-libs | |
parent | sci-libs/libhomfly: keyword 1.02.6 for ~riscv (diff) | |
download | gentoo-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.ebuild | 4 |
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) } |