diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-29 22:13:29 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-29 22:13:46 +0300 |
commit | 7eedff0fe19b24d30bbb98ccf1d916a8135730d5 (patch) | |
tree | fa6ef458eb16c55754ced7f224437280a940e685 /dev-libs/glib | |
parent | app-emulation/diskimage-builder: bup 2.5.0 (diff) | |
download | gentoo-7eedff0fe19b24d30bbb98ccf1d916a8135730d5.tar.gz gentoo-7eedff0fe19b24d30bbb98ccf1d916a8135730d5.tar.bz2 gentoo-7eedff0fe19b24d30bbb98ccf1d916a8135730d5.zip |
dev-libs/glib: Update license to LGPL-2.1+
Upstream glib is converting COPYING to LGPL-2.1+ for next major
release, but meanwhile various individual files were already
claiming 2.1+, though some interpretation says COPYING is the
aggregate license.
Just pre-emptively change from LGPL-2+ to LGPL-2.1+ for us to
be on the safe side and not forget to do it later
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/glib-2.52.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.52.2.ebuild b/dev-libs/glib/glib-2.52.2.ebuild index a91240ec1860..965ce7f350d2 100644 --- a/dev-libs/glib/glib-2.52.2.ebuild +++ b/dev-libs/glib/glib-2.52.2.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://www.gtk.org/" SRC_URI="${SRC_URI} https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf -LICENSE="LGPL-2+" +LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr" REQUIRED_USE=" |