diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-15 18:43:16 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-15 18:43:16 -0400 |
| commit | 0a9e31455109374611fff5aff41f063434e1be7f (patch) | |
| tree | 36ea6cc1d44ef4656e13234e22d121248f47c53b | |
| parent | 15b63f1edb615bc86e29b65acd6d2ce1a2c757b0 (diff) | |
Update EAPI versions
| -rw-r--r-- | dev-embedded/cc65/cc65-9999.ebuild | 2 | ||||
| -rw-r--r-- | games-emulation/dosbox-x/dosbox-x-9999.ebuild | 2 | ||||
| -rw-r--r-- | games-fps/crispy-doom/crispy-doom-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-embedded/cc65/cc65-9999.ebuild b/dev-embedded/cc65/cc65-9999.ebuild index 249ca56..7aaa861 100644 --- a/dev-embedded/cc65/cc65-9999.ebuild +++ b/dev-embedded/cc65/cc65-9999.ebuild @@ -1,4 +1,4 @@ -EAPI=6 +EAPI=7 inherit git-r3 diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild b/games-emulation/dosbox-x/dosbox-x-9999.ebuild index abb5de8..e3f77f4 100644 --- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild +++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools flag-o-matic git-r3 diff --git a/games-fps/crispy-doom/crispy-doom-9999.ebuild b/games-fps/crispy-doom/crispy-doom-9999.ebuild index 022b8a2..2496a43 100644 --- a/games-fps/crispy-doom/crispy-doom-9999.ebuild +++ b/games-fps/crispy-doom/crispy-doom-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils autotools git-r3 |