From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D043A158087 for ; Fri, 15 Oct 2021 10:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F71E0826; Fri, 15 Oct 2021 10:22:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F17F1E0826 for ; Fri, 15 Oct 2021 10:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B56234338E for ; Fri, 15 Oct 2021 10:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED311156 for ; Fri, 15 Oct 2021 10:22:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1634293359.954efc82dee95154b227ba939c4d925473596b71.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/topgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/topgit/topgit-0.19.13.ebuild X-VCS-Directories: dev-vcs/topgit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 954efc82dee95154b227ba939c4d925473596b71 X-VCS-Branch: master Date: Fri, 15 Oct 2021 10:22:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3c36684-54fa-4533-b3a7-20e718ea8194 X-Archives-Hash: 8753627e605971b17be490578b88fd46 commit: 954efc82dee95154b227ba939c4d925473596b71 Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 15 09:50:36 2021 +0000 Commit: Joonas Niilola gentoo 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 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"