commit: 646e6521c29ccf54b3502b8a542d3041781ad4b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 17:27:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 17:48:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e6521
dev-vcs/git-sh: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-sh/{git-sh-1.3-r1.ebuild => git-sh-1.3-r2.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
similarity index 88%
rename from dev-vcs/git-sh/git-sh-1.3-r1.ebuild
rename to dev-vcs/git-sh/git-sh-1.3-r2.ebuild
index 63ae07a37178..af3bdbe9c53c 100644
--- a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild
+++ b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="https://github.com/rtomayko/git-sh"
@@ -10,9 +10,7 @@
SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
RDEPEND="dev-vcs/git"
src_prepare() {