diff options
author | Sam James <sam@gentoo.org> | 2022-12-07 17:27:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-07 17:48:20 +0000 |
commit | 646e6521c29ccf54b3502b8a542d3041781ad4b2 (patch) | |
tree | 8edfbcde56622111cb6b427cc81e2fb06911259b /dev-vcs | |
parent | profiles: last-rite dev-vcs/git-pimp (diff) | |
download | gentoo-646e6521c29ccf54b3502b8a542d3041781ad4b2.tar.gz gentoo-646e6521c29ccf54b3502b8a542d3041781ad4b2.tar.bz2 gentoo-646e6521c29ccf54b3502b8a542d3041781ad4b2.zip |
dev-vcs/git-sh: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.3-r2.ebuild (renamed from dev-vcs/git-sh/git-sh-1.3-r1.ebuild) | 6 |
1 files 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 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() { |