diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 09:06:53 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 09:46:02 +0200 |
commit | 7721f26b2a40e7b3b1ad404dd83dff0dc980a270 (patch) | |
tree | 62f523dd12d1509dd01964f141402de4977734f9 /dev-ruby/narray | |
parent | dev-ruby/minitar: update LICENSE (diff) | |
download | gentoo-7721f26b2a40e7b3b1ad404dd83dff0dc980a270.tar.gz gentoo-7721f26b2a40e7b3b1ad404dd83dff0dc980a270.tar.bz2 gentoo-7721f26b2a40e7b3b1ad404dd83dff0dc980a270.zip |
dev-ruby/narray: update LICENSE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/narray')
-rw-r--r-- | dev-ruby/narray/narray-0.6.1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild index 6476e6194a42..b06f4ff57937 100644 --- a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild +++ b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ DESCRIPTION="Numerical N-dimensional Array class" HOMEPAGE="https://masa16.github.io/narray/" SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86" diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild index 17c9c193b908..991be0790988 100644 --- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild +++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ DESCRIPTION="Numerical N-dimensional Array class" HOMEPAGE="https://masa16.github.io/narray/" SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86" |