diff options
author | David Seifert <soap@gentoo.org> | 2022-06-19 20:50:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-19 20:50:41 +0200 |
commit | 7198a5b26ac51283865e5e43143b85d5a2214246 (patch) | |
tree | d084a962b44e2157840c81ee73a85463c0a4cb94 /app-shells/gentoo-bashcomp | |
parent | app-shells/gentoo-bashcomp: drop 20180302 (diff) | |
download | gentoo-7198a5b26ac51283865e5e43143b85d5a2214246.tar.gz gentoo-7198a5b26ac51283865e5e43143b85d5a2214246.tar.bz2 gentoo-7198a5b26ac51283865e5e43143b85d5a2214246.zip |
app-shells/gentoo-bashcomp: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211-r1.ebuild (renamed from app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211-r1.ebuild index 6c802bbf31f7..8e4ce74b2707 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit bash-completion-r1 |