mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mate-base/mate-applets: don't run python_fix_shebang on a missing dir #567468
Ebuild tries to run python_fix_shebang on 'timer-applet/src' directory which does not exist. This is likely a leftover from the 1.6 series ebuild [1]. Upstream removed the old timer-applet [2] and replaced it with a brand new implementation written in C [3]. Remove 'timer-applet/src' from the list of arguments for python_fix_shebang. [1] https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild?hideattic=0&view=markup [2]103274c655[3]9c4ef5136fGentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=567468 Package-Manager: portage-2.2.24
This commit is contained in:
committed by
Amy Winston
parent
d5202c8043
commit
c1aaf1839e
@@ -82,7 +82,7 @@ src_test() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
|
||||
src_install() {
|
||||
python_fix_shebang invest-applet timer-applet/src
|
||||
python_fix_shebang invest-applet
|
||||
gnome2_src_install
|
||||
|
||||
local APPLETS="accessx-status battstat charpick command cpufreq drivemount
|
||||
|
||||
@@ -84,7 +84,7 @@ src_test() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
|
||||
src_install() {
|
||||
python_fix_shebang invest-applet timer-applet/src
|
||||
python_fix_shebang invest-applet
|
||||
gnome2_src_install
|
||||
|
||||
local APPLETS="accessx-status battstat charpick command cpufreq drivemount
|
||||
|
||||
Reference in New Issue
Block a user