diff options
author | John Helmert III <ajak@gentoo.org> | 2023-02-18 18:52:12 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-02-18 18:57:56 -0600 |
commit | 518e078d14bed66819f979d2012bff69a838c205 (patch) | |
tree | bd06b3278d5bb5d8532b42c5b113b37a5bca7e1b /dev-util/rizin | |
parent | dev-util/rizin: add 0.5.0 (diff) | |
download | gentoo-518e078d14bed66819f979d2012bff69a838c205.tar.gz gentoo-518e078d14bed66819f979d2012bff69a838c205.tar.bz2 gentoo-518e078d14bed66819f979d2012bff69a838c205.zip |
dev-util/rizin: add a workaround for portage display issue
Bug: https://bugs.gentoo.org/830763
Thanks-To: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-util/rizin')
-rw-r--r-- | dev-util/rizin/rizin-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | 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 |