diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-03-16 16:14:38 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-03-16 16:14:57 +0100 |
commit | bdcd8b9b3b92d100f27da8433aec0b09bfbc4e5a (patch) | |
tree | 842b4586e5aa96616386d4b94b79b3e523bb8af9 | |
parent | net-fs/cvmfs: version bump to 2.9.1 (diff) | |
download | gentoo-bdcd8b9b3b92d100f27da8433aec0b09bfbc4e5a.tar.gz gentoo-bdcd8b9b3b92d100f27da8433aec0b09bfbc4e5a.tar.bz2 gentoo-bdcd8b9b3b92d100f27da8433aec0b09bfbc4e5a.zip |
app-admin/system-config-printer: install cupshelpers module
Closes: https://bugs.gentoo.org/833199
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild (renamed from app-admin/system-config-printer/system-config-printer-1.5.16.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-admin/system-config-printer/system-config-printer-1.5.16.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild index b253a7a4f49b..c8b20534951d 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.16.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" @@ -70,8 +70,14 @@ src_configure() { econf "${myeconfargs[@]}" } +src_compile() { + default + python_optimize cupshelpers +} + src_install() { default python_fix_shebang "${ED}" python_optimize + python_domodule cupshelpers } |