diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-10-15 12:50:36 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-15 13:22:39 +0300 |
commit | 954efc82dee95154b227ba939c4d925473596b71 (patch) | |
tree | a953d4f095b7f0b90522e44c34776dfc4c6d13e2 /dev-vcs/topgit | |
parent | dev-vcs/topgit: remove old version (diff) | |
download | gentoo-954efc82dee95154b227ba939c4d925473596b71.tar.gz gentoo-954efc82dee95154b227ba939c4d925473596b71.tar.bz2 gentoo-954efc82dee95154b227ba939c4d925473596b71.zip |
dev-vcs/topgit: update EAPI 7 -> 8, add missing perl BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/topgit')
-rw-r--r-- | dev-vcs/topgit/topgit-0.19.13.ebuild | 5 |
1 files 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 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" |