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/xvile/
Date: Thu, 02 Jun 2022 02:36:41
Message-Id: 1654137389.5de2358d964744de178f63b8ba20b7de26607dc2.sam@gentoo
1 commit: 5de2358d964744de178f63b8ba20b7de26607dc2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 02:34:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 02:36:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de2358d
7
8 app-editors/xvile: 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/xvile/{xvile-9.8t-r1.ebuild => xvile-9.8t-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/xvile/xvile-9.8t-r1.ebuild b/app-editors/xvile/xvile-9.8t-r2.ebuild
17 similarity index 91%
18 rename from app-editors/xvile/xvile-9.8t-r1.ebuild
19 rename to app-editors/xvile/xvile-9.8t-r2.ebuild
20 index e665c73095c6..731637043fa1 100644
21 --- a/app-editors/xvile/xvile-9.8t-r1.ebuild
22 +++ b/app-editors/xvile/xvile-9.8t-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ SLOT="0"
30 KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86"
31 IUSE="perl"
32
33 -RDEPEND="perl? ( dev-lang/perl )
34 +RDEPEND="perl? ( dev-lang/perl:= )
35 ~app-editors/vile-${PV}
36 virtual/libcrypt:=
37 >=x11-libs/libX11-1.0.0