mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/econnman: add python-3.9 compatibility, fix .desktop files
Closes: https://bugs.gentoo.org/740776 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
@@ -27,4 +27,7 @@ RDEPEND="${DEPEND}
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang econnman-bin.in
|
||||
sed -e \
|
||||
's/Categories=Network;Settings;Enlightenment;/Categories=Network;Settings;Dialup;Monitor;/g' \
|
||||
-i data/desktop/econnman{.desktop,-agent.desktop} || die
|
||||
}
|
||||
Reference in New Issue
Block a user