From 8584f3119af07d065522845800e6bea066783494 Mon Sep 17 00:00:00 2001 From: "ingenarel (NeoJesus)" Date: Sat, 28 Mar 2026 15:03:41 +0600 Subject: [PATCH] net-mail/hydroxide: update 0.2.28, 0.2.29 fix the DeprecatedEclassFunction warning by migrating makeopts_jobs to get_makeopts_jobs Signed-off-by: ingenarel (NeoJesus) --- net-mail/hydroxide/hydroxide-0.2.28.ebuild | 4 ++-- net-mail/hydroxide/hydroxide-0.2.29.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {