diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-11-22 23:21:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-11-22 23:21:15 +0000 |
commit | 40d8bc05c536b6c3fa0bd58c50480dc79c6b9e92 (patch) | |
tree | 390b30b3f1aea86e16973b82eb5fa14406fcab7f /sci-mathematics/eclib | |
parent | fd87b7c771378b2116981e3924bee5805148e118 (diff) |
gentoo auto-resync : 22:11:2023 - 23:21:15
Diffstat (limited to 'sci-mathematics/eclib')
-rw-r--r-- | sci-mathematics/eclib/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/eclib/eclib-20230424.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/eclib/Manifest b/sci-mathematics/eclib/Manifest index 8d0aa62bfd38..b3424233c258 100644 --- a/sci-mathematics/eclib/Manifest +++ b/sci-mathematics/eclib/Manifest @@ -1,3 +1,3 @@ DIST eclib-20230424.tar.bz2 923074 BLAKE2B 00c314e54ff2ce37f3aa83b757c0f880aef563093ab33db5241dfeb1e78cfd21be4f6a5097965697d5b87aa1987da17bd47007a599717ebf39456717efa6ad2c SHA512 4c248c48fa563e53b9354f3822c4e95308320a809f2dcc3e116cba8a6f903b333e27b527da9a10dc8252052201c4fcf50d9747a75cf8438a98b9d3828eb3d9d9 -EBUILD eclib-20230424.ebuild 1113 BLAKE2B d73b572faa8b76bea3db6740e120af14996a6043e743be1c851ac0473d9eda1e004839980a220f093747a7709a756bafb7a63103c93919983b2e967871849e8b SHA512 cc8a6de8a614e9adb7580997a50907753b763a7fc8547c1b2307e7876e9825eef35a64c7d3049103be8eae4a14c14673f923ed657007f31fe8dbe757f738f033 +EBUILD eclib-20230424.ebuild 1232 BLAKE2B f7b144a7fc6125f5dea4fb532d65749c991f04e4bb8bb0262bbc8ad390a39f75649494b070a569a202fdcb913f7a4458ca31cdcb3c900d955baffdaa9c1bf4b2 SHA512 e2400d913e285d1d67e893ae61ef3cd735708a5a59cb6ef42a22a41f231d8df3a578c1cfc4c9327f41a10409d4c67cc56c8872213c709706698c6771b61681c9 MISC metadata.xml 1089 BLAKE2B d10f9af5634478f0f13595abd10d9eefc437c27955cd3f504165beb4219e55c3997f16271148c1c2fbb5c9ae71e08665000836658bb954b83db06aeffa2b4098 SHA512 7111f3231464624d356611372934d0604fdd7a05c3531342a372979292a068dfa2edf49c4de5840cbf07b6f4819c22b8d87d54d7cacefb28ce0f53576d4620fd diff --git a/sci-mathematics/eclib/eclib-20230424.ebuild b/sci-mathematics/eclib/eclib-20230424.ebuild index acd6e324bbf0..57e07cbbbb8f 100644 --- a/sci-mathematics/eclib/eclib-20230424.ebuild +++ b/sci-mathematics/eclib/eclib-20230424.ebuild @@ -9,7 +9,9 @@ DESCRIPTION="Programs for elliptic curves defined over the rational numbers" HOMEPAGE="https://github.com/JohnCremona/eclib" SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/v${PV}/${P}.tar.bz2" -LICENSE="GPL-2" +# COPYING is GPL-2 but the file headers say "or ... any later version" +# LGPL-2.1+ is for bundled GetOpt.cc +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/12" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" |