diff options
author | 2023-02-27 00:58:48 +0100 | |
---|---|---|
committer | 2023-02-27 01:05:27 +0100 | |
commit | 58407ede38ac6bfc6219475dc8ed8df0c9a1a653 (patch) | |
tree | dcca7b22734627b7616f574f37f404394a648dcf /app-emacs/treemacs/treemacs-2.9.5-r2.ebuild | |
parent | app-emacs/pymacs: enable python 3.11 (diff) | |
download | gentoo-58407ede38ac6bfc6219475dc8ed8df0c9a1a653.tar.gz gentoo-58407ede38ac6bfc6219475dc8ed8df0c9a1a653.tar.bz2 gentoo-58407ede38ac6bfc6219475dc8ed8df0c9a1a653.zip |
app-emacs/treemacs: enable python 3.11
Closes: https://bugs.gentoo.org/896538
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/treemacs/treemacs-2.9.5-r2.ebuild')
-rw-r--r-- | app-emacs/treemacs/treemacs-2.9.5-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild b/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild index 847fece21ce8..1c2b01c56dc4 100644 --- a/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild +++ b/app-emacs/treemacs/treemacs-2.9.5-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 NEED_EMACS=26.1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit elisp distutils-r1 @@ -34,14 +34,14 @@ BDEPEND=" test? ( app-emacs/buttercup ) " -DOCS=( Changelog.org Extensions.org README.org screenshots ) +BYTECOMPFLAGS="-L . -L src/elisp" PATCHES=( "${FILESDIR}"/${PN}-async-scripts.patch "${FILESDIR}"/${PN}-icons-icon-directory.patch "${FILESDIR}"/${P}-tests.patch ) -BYTECOMPFLAGS="-L . -L src/elisp" +DOCS=( Changelog.org Extensions.org README.org screenshots ) SITEFILE="50${PN}-gentoo.el" src_prepare() { @@ -58,6 +58,7 @@ python_compile() { src_compile() { distutils-r1_src_compile + elisp-compile src/elisp/*.el } |