From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- sys-fs/quotatool/quotatool-1.6.2.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'sys-fs/quotatool/quotatool-1.6.2.ebuild') diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild b/sys-fs/quotatool/quotatool-1.6.2.ebuild index c71e452c4d97..1704f4c5ba47 100644 --- a/sys-fs/quotatool/quotatool-1.6.2.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild @@ -1,23 +1,25 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 -inherit eutils +inherit toolchain-funcs -DESCRIPTION="command-line utility for filesystem quotas" +DESCRIPTION="Command-line utility for filesystem quotas" HOMEPAGE="http://quotatool.ekenberg.se/" SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="" RDEPEND="sys-fs/quota" -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4.13-ldflags.patch +PATCHES=( "${FILESDIR}"/${PN}-1.4.13-fix-buildsystem.patch ) + +src_configure() { + tc-export CC + default } src_install() { -- cgit v1.2.3