commit: 954efc82dee95154b227ba939c4d925473596b71
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 09:50:36 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 10:22:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954efc82
dev-vcs/topgit: update EAPI 7 -> 8, add missing perl BDEPEND
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-vcs/topgit/topgit-0.19.13.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/topgit/topgit-0.19.13.ebuild
b/dev-vcs/topgit/topgit-0.19.13.ebuild
index 4c973147e23..ffbf4291c89 100644
--- a/dev-vcs/topgit/topgit-0.19.13.ebuild
+++ b/dev-vcs/topgit/topgit-0.19.13.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
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-BDEPEND="sys-apps/sed
+BDEPEND="dev-lang/perl
+ sys-apps/sed
virtual/awk"
RDEPEND=">=dev-vcs/git-2.10.0"
IUSE="test"