diff options
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() { |