From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1403762-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 714D5158091
	for <garchives@archives.gentoo.org>; Thu,  2 Jun 2022 02:36:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7CD71E086D;
	Thu,  2 Jun 2022 02:36:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 62781E086D
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 02:36:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 48FC6341614
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 02:36:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 460414EC
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 02:36:37 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1654137390.b8d397054046a97dc868c05637b254956b4279cc.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/vile/vile-9.8t-r1.ebuild app-editors/vile/vile-9.8t-r2.ebuild app-editors/vile/vile-9.8u-r1.ebuild app-editors/vile/vile-9.8u-r2.ebuild
X-VCS-Directories: app-editors/vile/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b8d397054046a97dc868c05637b254956b4279cc
X-VCS-Branch: master
Date: Thu,  2 Jun 2022 02:36:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: da544279-dba1-40ce-8fd6-cc80b29c7283
X-Archives-Hash: c13a92491af532f6f468f5b17bc6cb44

commit:     b8d397054046a97dc868c05637b254956b4279cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 02:34:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 02:36:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d39705

app-editors/vile: add missing := dep on perl

Bug: https://bugs.gentoo.org/848957
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/vile/{vile-9.8t-r1.ebuild => vile-9.8t-r2.ebuild} | 4 ++--
 app-editors/vile/{vile-9.8u-r1.ebuild => vile-9.8u-r2.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/vile/vile-9.8t-r1.ebuild b/app-editors/vile/vile-9.8t-r2.ebuild
similarity index 93%
rename from app-editors/vile/vile-9.8t-r1.ebuild
rename to app-editors/vile/vile-9.8t-r2.ebuild
index 33ec3695241b..add73176aa2f 100644
--- a/app-editors/vile/vile-9.8t-r1.ebuild
+++ b/app-editors/vile/vile-9.8t-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ IUSE="perl"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0=
 	virtual/libcrypt:=
-	perl? ( dev-lang/perl )"
+	perl? ( dev-lang/perl:= )"
 DEPEND="${RDEPEND}
 	sys-devel/flex
 	app-eselect/eselect-vi"

diff --git a/app-editors/vile/vile-9.8u-r1.ebuild b/app-editors/vile/vile-9.8u-r2.ebuild
similarity index 93%
rename from app-editors/vile/vile-9.8u-r1.ebuild
rename to app-editors/vile/vile-9.8u-r2.ebuild
index 9766f07f55c8..a2592e9c62ad 100644
--- a/app-editors/vile/vile-9.8u-r1.ebuild
+++ b/app-editors/vile/vile-9.8u-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ RDEPEND="app-eselect/eselect-vi
 	>=sys-libs/ncurses-5.2:0=
 	virtual/libcrypt:=
 	iconv? ( virtual/libiconv )
-	perl? ( dev-lang/perl )"
+	perl? ( dev-lang/perl:= )"
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/flex
 	virtual/pkgconfig"