mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52:40 +01:00
app-misc/piper: Port to EAPI 7, drop old 0.2.904
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||
|
||||
inherit gnome2 meson python-r1
|
||||
inherit meson python-r1
|
||||
|
||||
DESCRIPTION="GTK application to configure gaming mice"
|
||||
HOMEPAGE="https://github.com/libratbag/piper"
|
||||
@@ -32,3 +32,8 @@ src_prepare() {
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize "${D}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user