net-p2p/gridcoin: limit maximum Boost version

Gridcoin is not yet compatible with Boost 1.87.0.

See: https://github.com/gridcoin-community/Gridcoin-Research/pull/2786
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2025-01-06 14:04:15 +05:00
parent 29e3e0ec59
commit f43a4ffc82
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1 @@
DIST gridcoin-5.4.8.0.tar.gz 42846011 BLAKE2B 915500d6b953d1fe2b735092d6c3e5e72d3ce64a6f3f4d1cb94bd8561969663dc98ca3b784b0ea643e9fb7bb70e0439abc122b9382bec073fe0eff4ad3715a8b SHA512 2e37d982ee257e87241d7545e5b15d4d756813089ff029c5c53863f791805942c0f4fb78c2d92684967ca9b5623c530d234e17d1c1f12a48fac8e6119f3f2957
DIST gridcoin-5.4.8.0_p1.tar.gz 42849990 BLAKE2B 4c2c071b5de9ddae46cfbec2d575a79e1c9e4941efbfba8af7f412e776b1bdcc19529fc50249b20a4bcd42630826fbff580519b7bc5e38320a7a9cf0e82b71d5 SHA512 6c0662bf31fbc927ef447c54c1720c39754695dfa5fcdf8ac62d558eebe9142cc38d3bbf9ca72143229b8f5c7f6e121efe3e7901699ab51fa611dd0cd68a9a5a DIST gridcoin-5.4.8.0_p1.tar.gz 42849990 BLAKE2B 4c2c071b5de9ddae46cfbec2d575a79e1c9e4941efbfba8af7f412e776b1bdcc19529fc50249b20a4bcd42630826fbff580519b7bc5e38320a7a9cf0e82b71d5 SHA512 6c0662bf31fbc927ef447c54c1720c39754695dfa5fcdf8ac62d558eebe9142cc38d3bbf9ca72143229b8f5c7f6e121efe3e7901699ab51fa611dd0cd68a9a5a

View File

@ -5,10 +5,11 @@ EAPI=8
inherit cmake db-use multilib xdg-utils inherit cmake db-use multilib xdg-utils
MY_PV="${PV/_p/-hotfix-}"
DESCRIPTION="Proof-of-Stake based cryptocurrency that rewards BOINC computation" DESCRIPTION="Proof-of-Stake based cryptocurrency that rewards BOINC computation"
HOMEPAGE="https://gridcoin.us/ https://gridcoin.world/" HOMEPAGE="https://gridcoin.us/ https://gridcoin.world/"
SRC_URI="https://github.com/${PN}-community/${PN^}-Research/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/${PN}-community/${PN^}-Research/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN^}-Research-${PV}" S="${WORKDIR}/${PN^}-Research-${MY_PV}"
LICENSE="BSD BSD-2 Boost-1.0 MIT SSLeay" LICENSE="BSD BSD-2 Boost-1.0 MIT SSLeay"
SLOT="0" SLOT="0"
@ -25,6 +26,7 @@ REQUIRED_USE="
BDB_SLOT="5.3" BDB_SLOT="5.3"
RDEPEND=" RDEPEND="
>=dev-libs/boost-1.63.0:=[zlib(+)] >=dev-libs/boost-1.63.0:=[zlib(+)]
<dev-libs/boost-1.87.0:=
>=dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/libsecp256k1-0.2.0:=[recovery(+)]
>=dev-libs/leveldb-1.21:= >=dev-libs/leveldb-1.21:=
dev-libs/libzip:= dev-libs/libzip:=