# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 cmake-utils DESCRIPTION="SDL joystick testing tool" HOMEPAGE="https://github.com/Grumbel/sdl-jstest" EGIT_REPO_URI="https://github.com/Grumbel/sdl-jstest.git" LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="" REQUIRED_USE="" RDEPEND="media-libs/libsdl[joystick] media-libs/libsdl2[joystick,haptic] sys-libs/ncurses" DEPEND="${RDEPEND} dev-util/cmake"