1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2026-04-06 07:46:31 +02:00

dev-libs/libratbag: ebuild style fix

This commit is contained in:
2020-01-07 22:48:07 +01:00
parent 5b799728af
commit 2e2ee27ff4
2 changed files with 4 additions and 3 deletions

View File

@@ -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 udev python-r1
@@ -15,13 +16,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc systemd test"
DEPEND="virtual/pkgconfig
dev-lang/swig
DEPEND="dev-lang/swig
doc? ( app-doc/doxygen )
!systemd? ( sys-auth/elogind )
test? ( dev-util/valgrind )"
RDEPEND="dev-libs/libevdev
virtual/libudev"
BDEPEND="virtual/pkgconfig"
src_prepare() {
python_setup