diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-09 11:14:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-09 11:14:34 +0000 |
| commit | b1d5b9df0a3d0bfadb6adff15db1854d2b674011 (patch) | |
| tree | f93e216b946ef680845aa3c73f7a8959de44089a /dev-python/clang-python | |
| parent | 6494b619f6dc35306dc52b7a4efa6f17ddbd7f13 (diff) | |
| download | baldeagleos-repo-b1d5b9df0a3d0bfadb6adff15db1854d2b674011.tar.gz baldeagleos-repo-b1d5b9df0a3d0bfadb6adff15db1854d2b674011.tar.xz baldeagleos-repo-b1d5b9df0a3d0bfadb6adff15db1854d2b674011.zip | |
Adding metadata
Diffstat (limited to 'dev-python/clang-python')
4 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/clang-python/clang-python-15.0.6.9999.ebuild b/dev-python/clang-python/clang-python-15.0.6.9999.ebuild index f0edde68d67f..f37802f5c2d7 100644 --- a/dev-python/clang-python/clang-python-15.0.6.9999.ebuild +++ b/dev-python/clang-python/clang-python-15.0.6.9999.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 @@ -41,6 +41,7 @@ python_test() { # tests rely on results from a specific clang version, so override # the search path local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) + local -x CLANG_NO_DEFAULT_CONFIG=1 "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/clang-python/clang-python-15.0.6.ebuild b/dev-python/clang-python/clang-python-15.0.6.ebuild index ffde05f54afd..2324767f7833 100644 --- a/dev-python/clang-python/clang-python-15.0.6.ebuild +++ b/dev-python/clang-python/clang-python-15.0.6.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 @@ -41,6 +41,7 @@ python_test() { # tests rely on results from a specific clang version, so override # the search path local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) + local -x CLANG_NO_DEFAULT_CONFIG=1 "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/clang-python/clang-python-16.0.0.9999.ebuild b/dev-python/clang-python/clang-python-16.0.0.9999.ebuild index f0edde68d67f..f37802f5c2d7 100644 --- a/dev-python/clang-python/clang-python-16.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-16.0.0.9999.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 @@ -41,6 +41,7 @@ python_test() { # tests rely on results from a specific clang version, so override # the search path local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) + local -x CLANG_NO_DEFAULT_CONFIG=1 "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/clang-python/clang-python-16.0.0_pre20230107.ebuild b/dev-python/clang-python/clang-python-16.0.0_pre20230107.ebuild index c43c8792cbd4..f37802f5c2d7 100644 --- a/dev-python/clang-python/clang-python-16.0.0_pre20230107.ebuild +++ b/dev-python/clang-python/clang-python-16.0.0_pre20230107.ebuild @@ -41,6 +41,7 @@ python_test() { # tests rely on results from a specific clang version, so override # the search path local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) + local -x CLANG_NO_DEFAULT_CONFIG=1 "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } |
