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) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-03-28 15:03:41 +06:00
parent 0608736499
commit 8584f3119a
2 changed files with 4 additions and 4 deletions

View File

@@ -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() {

View File

@@ -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() {