commit: 9890c2a05cebe6d1a4f28a9ab553bddb35bf3432 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Thu May 13 09:06:16 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 07:01:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9890c2a0
net-mail/checkpassword: Fix license Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild index 5ced6f5bd2f..1f19512efe5 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="A uniform password checking interface for root applications" HOMEPAGE="https://cr.yp.to/checkpwd.html" SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" -LICENSE="all-rights-reserved" +# http://cr.yp.to/distributors.html +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="static"
