Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 849039 Details for
Bug 891749
sys-power/switcheroo-control-2.6-r1: python-any-r1 eclass causing to set wrong shebang
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
switcheroo-control-2.6-r1.ebuild.patch
switcheroo-control-2.6-r2.ebuild.patch (text/plain), 903 bytes, created by
Marco Genasci
on 2023-01-22 17:02:25 UTC
(
hide
)
Description:
switcheroo-control-2.6-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Marco Genasci
Created:
2023-01-22 17:02:25 UTC
Size:
903 bytes
patch
obsolete
>--- switcheroo-control-2.6-r1.ebuild 2023-01-22 17:53:13.798380842 +0100 >+++ switcheroo-control-2.6-r2.ebuild 2023-01-22 17:54:23.231334893 +0100 >@@ -4,7 +4,7 @@ > EAPI=8 > PYTHON_COMPAT=( python3_{9..11} ) > >-inherit meson python-any-r1 systemd >+inherit meson python-single-r1 systemd > > DESCRIPTION="D-Bus service to check the availability of dual-GPU" > HOMEPAGE="https://gitlab.freedesktop.org/hadess/switcheroo-control/" >@@ -25,7 +25,7 @@ > dev-util/gdbus-codegen > gtk-doc? ( dev-util/gtk-doc ) > test? ( >- $(python_gen_any_dep 'dev-python/python-dbusmock[${PYTHON_USEDEP}]') >+ dev-python/python-dbusmock[${PYTHON_SINGLE_USEDEP}] > dev-util/umockdev > ) > " >@@ -34,7 +34,7 @@ > > python_check_deps() { > use test || return 0 >- python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]" >+ python_has_version "dev-python/python-dbusmock[${PYTHON_SINGLE_USEDEP}]" > } > > src_configure() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 891749
: 849039 |
849153