Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/topgit/
Date: Fri, 15 Oct 2021 10:22:55
Message-Id: 1634293359.954efc82dee95154b227ba939c4d925473596b71.juippis@gentoo
1 commit: 954efc82dee95154b227ba939c4d925473596b71
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 09:50:36 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 10:22:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954efc82
7
8 dev-vcs/topgit: update EAPI 7 -> 8, add missing perl BDEPEND
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-vcs/topgit/topgit-0.19.13.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/topgit/topgit-0.19.13.ebuild b/dev-vcs/topgit/topgit-0.19.13.ebuild
16 index 4c973147e23..ffbf4291c89 100644
17 --- a/dev-vcs/topgit/topgit-0.19.13.ebuild
18 +++ b/dev-vcs/topgit/topgit-0.19.13.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit bash-completion-r1
27
28 @@ -13,7 +13,8 @@ LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31
32 -BDEPEND="sys-apps/sed
33 +BDEPEND="dev-lang/perl
34 + sys-apps/sed
35 virtual/awk"
36 RDEPEND=">=dev-vcs/git-2.10.0"
37 IUSE="test"