diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-25 23:54:44 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-25 23:56:00 +0100 |
commit | 63f2111359ca7d0814139443c8e8ff82d382293f (patch) | |
tree | 29e66b3595c83b3d114f8bdb1e8588ad225f5a75 /dev-vcs/git-flow | |
parent | x11-libs/libXxf86dga: Stabilize 1.1.5 arm64, #804288 (diff) | |
download | gentoo-63f2111359ca7d0814139443c8e8ff82d382293f.tar.gz gentoo-63f2111359ca7d0814139443c8e8ff82d382293f.tar.bz2 gentoo-63f2111359ca7d0814139443c8e8ff82d382293f.zip |
dev-vcs/git-flow: bump to EAPI 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs/git-flow')
-rw-r--r-- | dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild b/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild index 7951db199734..e6670cc6732e 100644 --- a/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild +++ b/dev-vcs/git-flow/git-flow-1.12.3-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit bash-completion-r1 |