# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools pam systemd DESCRIPTION="D-Bus service to access fingerprint readers" HOMEPAGE="https://www.freedesktop.org/wiki/Software/fprint/" MY_PV="V_$(ver_rs 0- _)" SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/${MY_PV}/fprintd-${MY_PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc pam static-libs systemd" RDEPEND=" dev-libs/dbus-glib dev-libs/glib:2