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"
