Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
Date: Thu, 02 Jun 2022 02:36:41
Message-Id: 1654137390.b8d397054046a97dc868c05637b254956b4279cc.sam@gentoo
1 commit: b8d397054046a97dc868c05637b254956b4279cc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 02:34:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 02:36:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d39705
7
8 app-editors/vile: add missing := dep on perl
9
10 Bug: https://bugs.gentoo.org/848957
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-editors/vile/{vile-9.8t-r1.ebuild => vile-9.8t-r2.ebuild} | 4 ++--
14 app-editors/vile/{vile-9.8u-r1.ebuild => vile-9.8u-r2.ebuild} | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-editors/vile/vile-9.8t-r1.ebuild b/app-editors/vile/vile-9.8t-r2.ebuild
18 similarity index 93%
19 rename from app-editors/vile/vile-9.8t-r1.ebuild
20 rename to app-editors/vile/vile-9.8t-r2.ebuild
21 index 33ec3695241b..add73176aa2f 100644
22 --- a/app-editors/vile/vile-9.8t-r1.ebuild
23 +++ b/app-editors/vile/vile-9.8t-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -14,7 +14,7 @@ IUSE="perl"
31
32 RDEPEND=">=sys-libs/ncurses-5.2:0=
33 virtual/libcrypt:=
34 - perl? ( dev-lang/perl )"
35 + perl? ( dev-lang/perl:= )"
36 DEPEND="${RDEPEND}
37 sys-devel/flex
38 app-eselect/eselect-vi"
39
40 diff --git a/app-editors/vile/vile-9.8u-r1.ebuild b/app-editors/vile/vile-9.8u-r2.ebuild
41 similarity index 93%
42 rename from app-editors/vile/vile-9.8u-r1.ebuild
43 rename to app-editors/vile/vile-9.8u-r2.ebuild
44 index 9766f07f55c8..a2592e9c62ad 100644
45 --- a/app-editors/vile/vile-9.8u-r1.ebuild
46 +++ b/app-editors/vile/vile-9.8u-r2.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -16,7 +16,7 @@ RDEPEND="app-eselect/eselect-vi
54 >=sys-libs/ncurses-5.2:0=
55 virtual/libcrypt:=
56 iconv? ( virtual/libiconv )
57 - perl? ( dev-lang/perl )"
58 + perl? ( dev-lang/perl:= )"
59 DEPEND="${RDEPEND}"
60 BDEPEND="sys-devel/flex
61 virtual/pkgconfig"