commit: 518e078d14bed66819f979d2012bff69a838c205 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 00:52:12 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 00:57:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518e078d
dev-util/rizin: add a workaround for portage display issue Bug: https://bugs.gentoo.org/830763 Thanks-To: Maciej Barć <xgqt <AT> gentoo.org> Signed-off-by: John Helmert III <ajak <AT> gentoo.org> dev-util/rizin/rizin-0.4.1.ebuild | 4 ++-- dev-util/rizin/rizin-0.5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/rizin/rizin-0.4.1.ebuild b/dev-util/rizin/rizin-0.4.1.ebuild index 1fcd320b67bf..26707156eddb 100644 --- a/dev-util/rizin/rizin-0.4.1.ebuild +++ b/dev-util/rizin/rizin-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0/${PV}" IUSE="test" # Need to audit licenses of the binaries used for testing -RESTRICT="fetch !test? ( test )" +RESTRICT="!test? ( test )" RDEPEND=" sys-apps/file diff --git a/dev-util/rizin/rizin-0.5.0.ebuild b/dev-util/rizin/rizin-0.5.0.ebuild index 7b26e28e6034..5bb4702d4c90 100644 --- a/dev-util/rizin/rizin-0.5.0.ebuild +++ b/dev-util/rizin/rizin-0.5.0.ebuild @@ -22,7 +22,7 @@ SLOT="0/${PV}" IUSE="test" # Need to audit licenses of the binaries used for testing -RESTRICT="!test? ( test )" +RESTRICT="test? ( fetch ) !test? ( test )" RDEPEND=" sys-apps/file
