diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 10:10:53 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 10:22:17 +0200 |
commit | 52365fe1675586233c31b474d59fc385a29c3e01 (patch) | |
tree | 3e9f3a380e163cc5285602b444d039c92dc94c18 /dev-ruby/test-unit/test-unit-3.3.9.ebuild | |
parent | dev-ruby/systemu: update LICENSE (diff) | |
download | gentoo-52365fe1675586233c31b474d59fc385a29c3e01.tar.gz gentoo-52365fe1675586233c31b474d59fc385a29c3e01.tar.bz2 gentoo-52365fe1675586233c31b474d59fc385a29c3e01.zip |
dev-ruby/test-unit: update LICENSE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/test-unit/test-unit-3.3.9.ebuild')
-rw-r--r-- | dev-ruby/test-unit/test-unit-3.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/test-unit/test-unit-3.3.9.ebuild b/dev-ruby/test-unit/test-unit-3.3.9.ebuild index e869269bba8c..95bb12e2bcd5 100644 --- a/dev-ruby/test-unit/test-unit-3.3.9.ebuild +++ b/dev-ruby/test-unit/test-unit-3.3.9.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=7 @@ -11,7 +11,7 @@ inherit ruby-fakegem DESCRIPTION="An xUnit family unit testing framework for Ruby" HOMEPAGE="https://rubygems.org/gems/test-unit" -LICENSE="|| ( Ruby GPL-2 ) PSF-2" +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" SLOT="2" KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |