diff options
author | 2022-06-02 03:34:12 +0100 | |
---|---|---|
committer | 2022-06-02 03:36:29 +0100 | |
commit | 5de2358d964744de178f63b8ba20b7de26607dc2 (patch) | |
tree | a7e2e00a58c058dcefff2c6472d1a1bfd01ff986 /app-editors | |
parent | app-editors/xvile: add 9.8v (diff) | |
download | gentoo-5de2358d964744de178f63b8ba20b7de26607dc2.tar.gz gentoo-5de2358d964744de178f63b8ba20b7de26607dc2.tar.bz2 gentoo-5de2358d964744de178f63b8ba20b7de26607dc2.zip |
app-editors/xvile: 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/xvile/xvile-9.8t-r2.ebuild (renamed from app-editors/xvile/xvile-9.8t-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xvile/xvile-9.8t-r1.ebuild b/app-editors/xvile/xvile-9.8t-r2.ebuild index e665c73095c6..731637043fa1 100644 --- a/app-editors/xvile/xvile-9.8t-r1.ebuild +++ b/app-editors/xvile/xvile-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 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86" IUSE="perl" -RDEPEND="perl? ( dev-lang/perl ) +RDEPEND="perl? ( dev-lang/perl:= ) ~app-editors/vile-${PV} virtual/libcrypt:= >=x11-libs/libX11-1.0.0 |