dev-libs/fddl: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2024-05-09 16:02:07 +03:00
parent 6e82a85796
commit 8b89cd719f

View File

@@ -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