mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/fddl: port to EAPI=7
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils multilib vcs-snapshot
|
||||
inherit cmake vcs-snapshot
|
||||
|
||||
DESCRIPTION="Free Decision Diagram Library"
|
||||
HOMEPAGE="http://itval.sourceforge.net/ https://github.com/atomopawn/FDDL"
|
||||
@@ -12,12 +12,11 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DOCS=( AUTHORS ChangeLog INSTALL RELEASE )
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
cmake_src_prepare
|
||||
|
||||
# Remove references to files that were not shipped,
|
||||
# prefer dynamic linking
|
||||
|
||||
Reference in New Issue
Block a user