diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-13 15:18:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-13 15:34:38 +0200 |
commit | f74714ea1480c780bc41e2a8025125fc8e0f3e6d (patch) | |
tree | c1250081b1847d29385195d29e2960115b080985 /app-arch | |
parent | kde-misc/kdiff3: remove unused patch(es) (diff) | |
download | gentoo-f74714ea1480c780bc41e2a8025125fc8e0f3e6d.tar.gz gentoo-f74714ea1480c780bc41e2a8025125fc8e0f3e6d.tar.bz2 gentoo-f74714ea1480c780bc41e2a8025125fc8e0f3e6d.zip |
app-arch/p7zip: Fix test REQUIRED_USE
Maintainer timeout fix.
Bug: https://bugs.gentoo.org/907221
Bug: https://bugs.gentoo.org/933740
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/p7zip/p7zip-17.05-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild b/app-arch/p7zip/p7zip-17.05-r1.ebuild index eb2947239d72..552dfb5b72b4 100644 --- a/app-arch/p7zip/p7zip-17.05-r1.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild @@ -13,7 +13,10 @@ SRC_URI="https://github.com/p7zip-project/p7zip/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1 rar? ( unRAR )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" -IUSE="abi_x86_x32 natspec +pch rar static" +IUSE="abi_x86_x32 natspec +pch rar static test" + +REQUIRED_USE="test? ( rar )" # bug 907221 +RESTRICT="!test? ( test )" RDEPEND="natspec? ( dev-libs/libnatspec )" DEPEND="${RDEPEND}" |