From 095c662acc0bb566f92b87fc10ef3d639eae904c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 15 Apr 2021 03:21:57 +0100 Subject: dev-libs/ffcall: eutils--, toolchain-funcs-- Signed-off-by: Sam James --- dev-libs/ffcall/ffcall-2.1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'dev-libs/ffcall') diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild b/dev-libs/ffcall/ffcall-2.1.ebuild index 9ba00e5bda71..f5b5a27c49d4 100644 --- a/dev-libs/ffcall/ffcall-2.1.ebuild +++ b/dev-libs/ffcall/ffcall-2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic ltprune toolchain-funcs +inherit flag-o-matic ltprune MY_PV="libffcall-${PV}" @@ -17,12 +17,8 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" -S=${WORKDIR}/${MY_PV} - -DEPEND="" -RDEPEND="" +S="${WORKDIR}"/${MY_PV} src_prepare() { # The build system is a strange mix of autogenerated -- cgit v1.2.3-65-gdbad