diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-08-24 19:19:26 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-08-24 19:21:58 +0100 |
commit | 4748a3125594dd48688221e528b0f314ab330dd6 (patch) | |
tree | 1c66900430d8ec1a26b5f12b86978253c906edef /sys-devel | |
parent | dev-libs/blake3: new package, add 1.4.1 (diff) | |
download | gentoo-4748a3125594dd48688221e528b0f314ab330dd6.tar.gz gentoo-4748a3125594dd48688221e528b0f314ab330dd6.tar.bz2 gentoo-4748a3125594dd48688221e528b0f314ab330dd6.zip |
sys-devel/mold: update live ebuild
- remove openssl dependency
- add blake3 dependency, update keywords to match
Bug: https://bugs.gentoo.org/912967
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index b355518cedf4..02f597181e3e 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64" fi # mold (MIT) @@ -23,10 +23,10 @@ SLOT="0" RDEPEND=" app-arch/zstd:= >=dev-cpp/tbb-2021.7.0-r1:= + dev-libs/blake3:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= - dev-libs/openssl:= ) " DEPEND="${RDEPEND}" |