diff options
author | Paul Healy <lmiphay@gmail.com> | 2024-07-01 21:45:42 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2024-07-01 21:45:42 +0100 |
commit | ed953e387f29d6366aa9e9af7406df3135b0a1c0 (patch) | |
tree | 9f6754f14dff7d6729094dcc785b2e12cb1110c8 /games-simulation | |
parent | remove old fs beta ebuilds (diff) | |
download | lmiphay-ed953e387f29d6366aa9e9af7406df3135b0a1c0.tar.gz lmiphay-ed953e387f29d6366aa9e9af7406df3135b0a1c0.tar.bz2 lmiphay-ed953e387f29d6366aa9e9af7406df3135b0a1c0.zip |
distutils nose tests no longer supported
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/autobuild/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/autobuild/autobuild-3.9.2.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games-simulation/autobuild/Manifest b/games-simulation/autobuild/Manifest index 02009f8..53b2957 100644 --- a/games-simulation/autobuild/Manifest +++ b/games-simulation/autobuild/Manifest @@ -1,2 +1,2 @@ DIST autobuild-3.9.2.tar.gz 133103 BLAKE2B 7d6b0c40cf835d62408c7b0e0cb345354a54592873edb72240a1cb211cbbc45ea530a41444a0e2ed4301e8d505d0b43e8ec298fbcce3b6a2b8c8ce81108b11cf SHA512 7d851a4953a029479032d6a2491f19788e3a4d2ebf016168f44317e3b2cb12d82f64eb42f5ceed812a45624abc5c2081948510e4e6b5d54d8379eb32ed96bd6f -EBUILD autobuild-3.9.2.ebuild 702 BLAKE2B 8ac2a6ed36553dbe6131c60070059fa9c2f20c05c0d4666e038cb956400ed9665c01a640ceb802b4f84f3db83e3e6402fe758dbc9cd7029edc60ad9081b72ec8 SHA512 07a7cd32e902aecfacd4247be16c968c982a15624d58b0900935537473ed42b690b89040f5ff13dce5b24ae80311ea836831c46109a5fd2b011d7ae3d5a20089 +EBUILD autobuild-3.9.2.ebuild 673 BLAKE2B f656da6931fec113582051d6388858220c04fcc9b191c40d0a85f27cd3aa9bd9cc7367e14f1f5c35d51064f4a5ed5b90b0f39195dc379b768bee2f45b0c7a091 SHA512 dd7bef6096b6424bd5ff20b1b1e6712e31d21b81e4f68a2134acd4ab9e4f707280a9e2013e881eebc106ba9f844e62cdcfd2905bad99ab52300c4417c664df70 diff --git a/games-simulation/autobuild/autobuild-3.9.2.ebuild b/games-simulation/autobuild/autobuild-3.9.2.ebuild index 1a78ac3..1bebe9a 100644 --- a/games-simulation/autobuild/autobuild-3.9.2.ebuild +++ b/games-simulation/autobuild/autobuild-3.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,5 +28,3 @@ DEPEND=" " DOCS="README.md" - -distutils_enable_tests nose |