From 954efc82dee95154b227ba939c4d925473596b71 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 15 Oct 2021 12:50:36 +0300 Subject: dev-vcs/topgit: update EAPI 7 -> 8, add missing perl BDEPEND Signed-off-by: Joonas Niilola --- dev-vcs/topgit/topgit-0.19.13.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-vcs') diff --git a/dev-vcs/topgit/topgit-0.19.13.ebuild b/dev-vcs/topgit/topgit-0.19.13.ebuild index 4c973147e23c..ffbf4291c89c 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" -- cgit v1.2.3-65-gdbad