diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-08-04 09:20:35 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-08-04 09:20:35 +0100 |
commit | ec6e9c132d4399a5a33049f123a113b290f3378f (patch) | |
tree | c9c2b351ecdda0e49386eafcd03c38b5f791aa36 /app-crypt/rhash | |
parent | app-emacs/emms: fix v16 install (diff) | |
download | gentoo-ec6e9c132d4399a5a33049f123a113b290f3378f.tar.gz gentoo-ec6e9c132d4399a5a33049f123a113b290f3378f.tar.bz2 gentoo-ec6e9c132d4399a5a33049f123a113b290f3378f.zip |
app-crypt/rhash: Update license to 0BSD
Closes: https://bugs.gentoo.org/911648
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.4.3.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/rhash/rhash-1.4.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/rhash/rhash-1.4.3.ebuild b/app-crypt/rhash/rhash-1.4.3.ebuild index b7b11fc50fbd..a4f72204edb2 100644 --- a/app-crypt/rhash/rhash-1.4.3.ebuild +++ b/app-crypt/rhash/rhash-1.4.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Console utility and library for computing and verifying file hash s HOMEPAGE="http://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" -LICENSE="MIT" +LICENSE="0BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug nls ssl static-libs" diff --git a/app-crypt/rhash/rhash-1.4.4.ebuild b/app-crypt/rhash/rhash-1.4.4.ebuild index 7992769880b4..b56bd78dac70 100644 --- a/app-crypt/rhash/rhash-1.4.4.ebuild +++ b/app-crypt/rhash/rhash-1.4.4.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Console utility and library for computing and verifying file hash s HOMEPAGE="http://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" -LICENSE="MIT" +LICENSE="0BSD" SLOT="0/1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug nls ssl static-libs" |