diff options
author | scardracs <marco@scardovi.com> | 2021-03-23 13:26:43 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-25 14:56:27 +0200 |
commit | c74c54b941d99e8e456244e675ccfa0167fa6ee9 (patch) | |
tree | 393e362915c65775cb7752701beb2571a0387aa5 /sys-auth/fprintd/fprintd-1.90.8.ebuild | |
parent | sys-auth/fprintd: remove oldest version (diff) | |
download | gentoo-c74c54b941d99e8e456244e675ccfa0167fa6ee9.tar.gz gentoo-c74c54b941d99e8e456244e675ccfa0167fa6ee9.tar.bz2 gentoo-c74c54b941d99e8e456244e675ccfa0167fa6ee9.zip |
sys-auth/fprintd: fixed GPL-2 to GPL-2+
Left as separate commit as requested by @juippis
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20035
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-auth/fprintd/fprintd-1.90.8.ebuild')
-rw-r--r-- | sys-auth/fprintd/fprintd-1.90.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/fprintd/fprintd-1.90.8.ebuild b/sys-auth/fprintd/fprintd-1.90.8.ebuild index 2fd9c7e7f03d..0dfa760969cd 100644 --- a/sys-auth/fprintd/fprintd-1.90.8.ebuild +++ b/sys-auth/fprintd/fprintd-1.90.8.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="D-Bus service to access fingerprint readers" HOMEPAGE="https://gitlab.freedesktop.org/libfprint/fprintd" SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="doc pam systemd test" |