mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
media-gfx/nsxiv: update 9999 ebuild
* update to EAPI 8 * adjust the sed command due to recent upstream change Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg-utils savedconfig toolchain-funcs linux-info
|
||||
|
||||
@@ -43,8 +43,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
sed -i -e '/^install: / s|: all|:|' Makefile || die "sed failed"
|
||||
sed -i -e 's|^CFLAGS =|CFLAGS +=|' config.mk || die "sed failed"
|
||||
sed -i -e '/^install: / s|: all|:|' Makefile || die
|
||||
sed -i -e 's|^CFLAGS =|CFLAGS +=|;s|-O2 ||;' config.mk || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user