diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-20 22:38:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-20 22:39:38 +0200 |
commit | 29f7fda410ad295b96ec2c063a1df0c500793078 (patch) | |
tree | 947e2ea7b4e4be5e2603d7de217ac29a90ef2518 /dev-libs/mpfr | |
parent | app-emacs/websocket: bump to 1.15 (diff) | |
download | gentoo-29f7fda410ad295b96ec2c063a1df0c500793078.tar.gz gentoo-29f7fda410ad295b96ec2c063a1df0c500793078.tar.bz2 gentoo-29f7fda410ad295b96ec2c063a1df0c500793078.zip |
dev-libs/mpfr: update LICENSE
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Closes: https://bugs.gentoo.org/912272
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/mpfr-4.2.0_p12.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-4.2.0_p9.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-4.2.1_rc1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/mpfr/mpfr-4.2.0_p12.ebuild b/dev-libs/mpfr/mpfr-4.2.0_p12.ebuild index 2d6a6826dd43..09e59e3b748a 100644 --- a/dev-libs/mpfr/mpfr-4.2.0_p12.ebuild +++ b/dev-libs/mpfr/mpfr-4.2.0_p12.ebuild @@ -43,7 +43,7 @@ fi S="${WORKDIR}/${MY_P}" -LICENSE="LGPL-2.1" +LICENSE="LGPL-3+" # This is a critical package; if SONAME changes, bump subslot but also add # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild. SLOT="0/6" # libmpfr.so version diff --git a/dev-libs/mpfr/mpfr-4.2.0_p9.ebuild b/dev-libs/mpfr/mpfr-4.2.0_p9.ebuild index 2d6a6826dd43..09e59e3b748a 100644 --- a/dev-libs/mpfr/mpfr-4.2.0_p9.ebuild +++ b/dev-libs/mpfr/mpfr-4.2.0_p9.ebuild @@ -43,7 +43,7 @@ fi S="${WORKDIR}/${MY_P}" -LICENSE="LGPL-2.1" +LICENSE="LGPL-3+" # This is a critical package; if SONAME changes, bump subslot but also add # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild. SLOT="0/6" # libmpfr.so version diff --git a/dev-libs/mpfr/mpfr-4.2.1_rc1.ebuild b/dev-libs/mpfr/mpfr-4.2.1_rc1.ebuild index 3436f7912a8f..f2bf38b86762 100644 --- a/dev-libs/mpfr/mpfr-4.2.1_rc1.ebuild +++ b/dev-libs/mpfr/mpfr-4.2.1_rc1.ebuild @@ -43,7 +43,7 @@ fi S="${WORKDIR}/${MY_P}" -LICENSE="LGPL-2.1" +LICENSE="LGPL-3+" # This is a critical package; if SONAME changes, bump subslot but also add # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild. SLOT="0/6" # libmpfr.so version |