mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user