diff options
author | David Seifert <soap@gentoo.org> | 2022-07-26 21:27:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-26 21:27:08 +0200 |
commit | 8ed8244b6bc9f21e930f79e2cb45efb77b5155c0 (patch) | |
tree | f2c4a8b1490212a3a45c39555b7fc7bc14a0cd56 /app-cdr/gaffitter | |
parent | app-cdr/dvdshrink: reindent metadata.xml (diff) | |
download | gentoo-8ed8244b6bc9f21e930f79e2cb45efb77b5155c0.tar.gz gentoo-8ed8244b6bc9f21e930f79e2cb45efb77b5155c0.tar.bz2 gentoo-8ed8244b6bc9f21e930f79e2cb45efb77b5155c0.zip |
app-cdr/gaffitter: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/729136
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr/gaffitter')
-rw-r--r-- | app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch | 2 | ||||
-rw-r--r-- | app-cdr/gaffitter/gaffitter-0.6.0-r2.ebuild (renamed from app-cdr/gaffitter/gaffitter-0.6.0-r1.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) $@.cc $(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 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 |