commit:     4748a3125594dd48688221e528b0f314ab330dd6
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 18:19:26 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 18:21:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748a312

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 <AT> gentoo.org>

 sys-devel/mold/mold-9999.ebuild | 4 ++--
 1 file 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}"

Reply via email to