diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-04 01:46:23 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-04 01:46:23 +0000 |
commit | d13006cca857323814c09f5123b87c1a005bba74 (patch) | |
tree | ca4a24c0b40356fb7efce3e245882a9e87b5db3c /dev-debug/systemtap/systemtap-9999.ebuild | |
parent | eab7afdf0fe1454220af1a74c5556855a937a819 (diff) |
Diffstat (limited to 'dev-debug/systemtap/systemtap-9999.ebuild')
-rw-r--r-- | dev-debug/systemtap/systemtap-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index 109764c069e8..c844b43c840e 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,7 +73,8 @@ ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - DOCS="AUTHORS HACKING NEWS README" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" +# bug #935333, bug #923597, and so on; needs work to get passing on Gentoo. +RESTRICT="!test? ( test ) test" PATCHES=( "${FILESDIR}/${PN}-3.1-ia64.patch" ) |