mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
unix-crypt: add license
This commit is contained in:
parent
f5beb73cd2
commit
c43d3121db
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ DESCRIPTION="Performs the UNIX crypt(3) algorithm"
|
|||
HOMEPAGE="https://rubygems.org/gems/unix-crypt"
|
||||
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
LICENSE=""
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
#ruby_add_rdepend ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue