mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/libmcpp: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -10,14 +10,13 @@ MY_P=${P/lib/}
|
||||
DESCRIPTION="A portable C++ preprocessor"
|
||||
HOMEPAGE="http://mcpp.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/mcpp/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos"
|
||||
IUSE="static-libs"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch
|
||||
"${FILESDIR}"/${PN}-2.7.2-zeroc.patch
|
||||
|
||||
Reference in New Issue
Block a user