diff options
-rw-r--r-- | app-editors/vile/vile-9.8t-r2.ebuild (renamed from app-editors/vile/vile-9.8t-r1.ebuild) | 4 | ||||
-rw-r--r-- | app-editors/vile/vile-9.8u-r2.ebuild (renamed from app-editors/vile/vile-9.8u-r1.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 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 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" |