diff --git a/net-mail/hydroxide/hydroxide-0.2.28.ebuild b/net-mail/hydroxide/hydroxide-0.2.28.ebuild index 47fed29f38..67ccca86a5 100644 --- a/net-mail/hydroxide/hydroxide-0.2.28.ebuild +++ b/net-mail/hydroxide/hydroxide-0.2.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,7 @@ src_unpack() { } src_compile() { - ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide + ego build -v -x -p "$(get_makeopts_jobs)" ./cmd/hydroxide } src_install() { diff --git a/net-mail/hydroxide/hydroxide-0.2.29.ebuild b/net-mail/hydroxide/hydroxide-0.2.29.ebuild index 6b050e2893..d4e480111f 100644 --- a/net-mail/hydroxide/hydroxide-0.2.29.ebuild +++ b/net-mail/hydroxide/hydroxide-0.2.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,7 @@ src_unpack() { } src_compile() { - ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide + ego build -v -x -p "$(get_makeopts_jobs)" ./cmd/hydroxide } src_install() {