diff options
Diffstat (limited to 'app-shells/mksh/mksh-9999.ebuild')
-rw-r--r-- | app-shells/mksh/mksh-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild index c94ae683a150..9154bea1a42e 100644 --- a/app-shells/mksh/mksh-9999.ebuild +++ b/app-shells/mksh/mksh-9999.ebuild @@ -20,7 +20,12 @@ DESCRIPTION="MirBSD Korn Shell" # Host is TLSv1.0-only, keep to http for compatibility with modern browsers HOMEPAGE="http://mirbsd.de/mksh" -LICENSE="BSD" +# See http://www.mirbsd.org/TaC-mksh.txt or ${S}/www/files/TaC-mksh.txt +# MirOS for most of it +# BSD for when strlcpy(3) is absent, such as with glibc +# unicode for some included Unicode data +# ISC if the printf builtin is used, not currently the case +LICENSE="MirOS BSD unicode" SLOT="0" IUSE="lksh static test" RESTRICT="!test? ( test )" |