summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-02 03:34:48 +0100
committerSam James <sam@gentoo.org>2022-06-02 03:36:30 +0100
commitb8d397054046a97dc868c05637b254956b4279cc (patch)
tree43aa1bf7390fecea38669bd9b9c401e710c5322e /app-editors
parentapp-editors/xvile: add missing := dep on perl (diff)
downloadgentoo-b8d397054046a97dc868c05637b254956b4279cc.tar.gz
gentoo-b8d397054046a97dc868c05637b254956b4279cc.tar.bz2
gentoo-b8d397054046a97dc868c05637b254956b4279cc.zip
app-editors/vile: add missing := dep on perl
Bug: https://bugs.gentoo.org/848957 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-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"