commit:     457a911091c74bf83dc65df389cc857538d5ac87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 01:17:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 02:57:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457a9110

dev-cpp/libmcpp: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild 
b/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild
index d22a2e028a4..d23fe35ce3e 100644
--- a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild
+++ b/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild
@@ -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

Reply via email to