From cd12d7005f0863d9185893dcc068167be4dae61f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 26 Aug 2024 20:00:34 -0400 Subject: sci-libs/libhomfly: fix cosmetic pkgcheck warning Signed-off-by: Michael Orlitzky --- sci-libs/libhomfly/libhomfly-1.02.6.ebuild | 4 ++-- 1 file 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) } -- cgit v1.2.3-65-gdbad