--- elt-patches-20170826.1.ebuild 2020-02-24 11:16:13.508037999 +0100 +++ elt-patches-20200313.ebuild 2020-03-13 15:51:57.799999192 +0100 @@ -1,11 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +GITREV="a13029e428c2bc84343bb0a3d629ab7c7f33590c" DESCRIPTION="Collection of patches for libtool.eclass" HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" +SRC_URI="https://gitweb.gentoo.org/proj/elt-patches.git/snapshot/elt-patches-${GITREV}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -13,7 +15,8 @@ IUSE="" RDEPEND="sys-apps/gentoo-functions" -DEPEND="app-arch/xz-utils" + +S=${WORKDIR}/${PN}-${GITREV} src_compile() { emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"