commit: 8ed8244b6bc9f21e930f79e2cb45efb77b5155c0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jul 26 19:27:08 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jul 26 19:27:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed8244b
app-cdr/gaffitter: update EAPI 6 -> 8 Closes: https://bugs.gentoo.org/729136 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch | 2 +- .../{gaffitter-0.6.0-r1.ebuild => gaffitter-0.6.0-r2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch b/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch index df7d99b9c31e..7d6ea908607a 100644 --- a/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch +++ b/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch @@ -26,7 +26,7 @@ -gaffitter: $(OBJS) gaffitter.cc Params.h - $(CXX) $(CXXFLAGS) [email protected] $(OBJS) -o $@ $(LDFLAGS) -+gaffitter: $(OBJS) Params.h ++gaffitter: $(OBJS) ########################################################################### objs: $(OBJS) diff --git a/app-cdr/gaffitter/gaffitter-0.6.0-r1.ebuild b/app-cdr/gaffitter/gaffitter-0.6.0-r2.ebuild similarity index 94% rename from app-cdr/gaffitter/gaffitter-0.6.0-r1.ebuild rename to app-cdr/gaffitter/gaffitter-0.6.0-r2.ebuild index f3f46c1d5e98..964b631ce675 100644 --- a/app-cdr/gaffitter/gaffitter-0.6.0-r1.ebuild +++ b/app-cdr/gaffitter/gaffitter-0.6.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs
