diff options
author | David Seifert <soap@gentoo.org> | 2020-11-21 22:01:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-21 22:01:48 +0100 |
commit | 35ac0c893a3c15c90100033ed7962f63640b7fb7 (patch) | |
tree | 609d48177e3719dfcb4526fcdbe36ae4cab302a9 /games-action/0verkill/0verkill-0.16-r4.ebuild | |
parent | app-office/libreoffice: Backport disable-pdfium fix from 7.0 branch (diff) | |
download | gentoo-35ac0c893a3c15c90100033ed7962f63640b7fb7.tar.gz gentoo-35ac0c893a3c15c90100033ed7962f63640b7fb7.tar.bz2 gentoo-35ac0c893a3c15c90100033ed7962f63640b7fb7.zip |
games-action/0verkill: Port to EAPI 7
Closes: https://bugs.gentoo.org/708718
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action/0verkill/0verkill-0.16-r4.ebuild')
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r4.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r4.ebuild b/games-action/0verkill/0verkill-0.16-r4.ebuild index e1b5419bf8c6..39ebed3ca4cb 100644 --- a/games-action/0verkill/0verkill-0.16-r4.ebuild +++ b/games-action/0verkill/0verkill-0.16-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -18,13 +18,14 @@ DEPEND="X? ( x11-libs/libXpm )" RDEPEND=${DEPEND} PATCHES=( - "${FILESDIR}"/${P}-docs.patch - "${FILESDIR}"/${P}-home-overflow.patch - "${FILESDIR}"/${P}-segv.patch - "${FILESDIR}"/${P}-gentoo-paths.patch - "${FILESDIR}"/${P}-ovflfix.patch - "${FILESDIR}"/${P}-CC.patch - "${FILESDIR}"/${P}-underflow-check.patch #136222 + "${FILESDIR}"/${P}-docs.patch + "${FILESDIR}"/${P}-home-overflow.patch + "${FILESDIR}"/${P}-segv.patch + "${FILESDIR}"/${P}-gentoo-paths.patch + "${FILESDIR}"/${P}-ovflfix.patch + "${FILESDIR}"/${P}-CC.patch + "${FILESDIR}"/${P}-underflow-check.patch #136222 + "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() { |