diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-10 18:57:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-10 18:57:31 +0000 |
| commit | 03038b30c85963a154098a63076d2cda0cc79e9f (patch) | |
| tree | fe50bf4aa24973ae250f4473c158d02aa0a886d0 /dev-python/matplotlib/matplotlib-3.10.1.ebuild | |
| parent | fa67436a6dcf516b64f40123c07eb15ed9f1426b (diff) | |
| download | baldeagleos-repo-03038b30c85963a154098a63076d2cda0cc79e9f.tar.gz baldeagleos-repo-03038b30c85963a154098a63076d2cda0cc79e9f.tar.xz baldeagleos-repo-03038b30c85963a154098a63076d2cda0cc79e9f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.10.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.1.ebuild b/dev-python/matplotlib/matplotlib-3.10.1.ebuild index 66acfc29071f..5a2c854a4f25 100644 --- a/dev-python/matplotlib/matplotlib-3.10.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.1.ebuild @@ -29,7 +29,7 @@ SRC_URI+=" # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" IUSE="cairo excel gtk3 latex qt6 tk webagg wxwidgets" DEPEND=" @@ -293,6 +293,7 @@ python_test() { ) distutils_pep517_install "${BUILD_DIR}"/test cp -r "${BUILD_DIR}"/{install,test}"${EPREFIX}/usr/bin" || die + cp -r "${BUILD_DIR}"/{install,test}"${EPREFIX}/usr/pyvenv.cfg" || die local -x PATH=${BUILD_DIR}/test${EPREFIX}/usr/bin:${PATH} pushd lib >/dev/null || die |
