From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- sci-libs/libint/libint-1.1.6.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sci-libs/libint/libint-1.1.6.ebuild') diff --git a/sci-libs/libint/libint-1.1.6.ebuild b/sci-libs/libint/libint-1.1.6.ebuild index f3a93eaaacdf..1abdfd1fd795 100644 --- a/sci-libs/libint/libint-1.1.6.ebuild +++ b/sci-libs/libint/libint-1.1.6.ebuild @@ -3,19 +3,18 @@ EAPI=7 -MY_PV="$(ver_rs 0- -)" inherit autotools fortran-2 toolchain-funcs +MY_PV="$(ver_rs 0- -)" + DESCRIPTION="Matrix elements (integrals) evaluation over Cartesian Gaussian functions" HOMEPAGE="https://github.com/evaleev/libint" SRC_URI="https://github.com/evaleev/libint/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-release-${MY_PV}" LICENSE="GPL-2" SLOT="1" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -S="${WORKDIR}/${PN}-release-${MY_PV}" PATCHES=( "${FILESDIR}"/${P}-as-needed.patch ) -- cgit v1.2.3