mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
app-misc/piper: ebuild style fix
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||
|
||||
inherit meson python-r1 xdg-utils
|
||||
@@ -15,11 +16,11 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/pkgconfig
|
||||
dev-python/pygobject:3
|
||||
DEPEND="dev-python/pygobject:3
|
||||
>=x11-libs/gtk+-3.22:3[introspection]"
|
||||
RDEPEND=">=dev-libs/libratbag-0.10
|
||||
dev-python/python-evdev[${PYTHON_USEDEP}]"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
python_setup
|
||||
|
||||
Reference in New Issue
Block a user