commit: 8b89cd719f9221803cbefa05f5aaf50bc68b37e0 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu May 9 13:02:07 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu May 9 13:02:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b89cd71
dev-libs/fddl: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/fddl/fddl-20111124-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/fddl/fddl-20111124-r2.ebuild b/dev-libs/fddl/fddl-20111124-r2.ebuild index d71726804028..681f180b4619 100644 --- a/dev-libs/fddl/fddl-20111124-r2.ebuild +++ b/dev-libs/fddl/fddl-20111124-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake vcs-snapshot +inherit cmake DESCRIPTION="Free Decision Diagram Library" HOMEPAGE="http://itval.sourceforge.net/ https://github.com/atomopawn/FDDL" @@ -17,6 +17,8 @@ DOCS=( AUTHORS ChangeLog INSTALL RELEASE ) PATCHES=( "${FILESDIR}/${P}-disambiguate-variable-name.patch" ) +S="${WORKDIR}"/FDDL-master + src_prepare() { cmake_src_prepare
