diff options
author | Naohiro Aota <naota@gentoo.org> | 2020-02-15 13:11:45 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2020-07-30 16:21:26 +0900 |
commit | 3bff36c496bb90f9b5dbf1f8fc73f2c7bac73950 (patch) | |
tree | db760b6b643bab62021084ee972e008b2046512a /eclass | |
parent | ruby-ng-gnome2.eclass: drop support for <EAPI=6 (diff) | |
download | gentoo-3bff36c496bb90f9b5dbf1f8fc73f2c7bac73950.tar.gz gentoo-3bff36c496bb90f9b5dbf1f8fc73f2c7bac73950.tar.bz2 gentoo-3bff36c496bb90f9b5dbf1f8fc73f2c7bac73950.zip |
ruby-ng-gnome2.eclass: fix LICENSE
All ruby-gnome2 packages in the tree is now licensed under LGPL-2.1+.
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-ng-gnome2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 67a5d58fba58..42325ce4f33c 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -35,7 +35,7 @@ ruby_add_bdepend "dev-ruby/pkg-config" RUBY_S=ruby-gnome2-all-${PV}/${subbinding} SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" HOMEPAGE="https://ruby-gnome2.osdn.jp/" -LICENSE="Ruby" +LICENSE="LGPL-2.1+" SLOT="0" # @FUNCTION: each_ruby_configure |