media-gfx/nsxiv: add v32, drop v31

Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK
2023-10-01 19:56:44 +06:00
parent a451b0eb9f
commit 60f1163b6f
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
DIST nsxiv-31.tar.gz 73821 BLAKE2B f5a5f16d82fb78ce9ae5da341cb481f653dd28db7138529f20b76b4f0a73415e9c5ffa9a8c2dee23ec754d1d7f5451ae631e786a535799b6542ef55ed3548c5a SHA512 f6814f337763f23b569f12ad6d2aa33380b1f5dec0890f0bedb54620a725330fa6518acd6ddabe79c420f0feab01c307bdc91e4ea6141ce1a4528ea0a96addd8
DIST nsxiv-32.tar.gz 74345 BLAKE2B 92257a95095291068c982d91ed32a0ae358f89048057fa6f1cb356caccbba9cb1f9fdb6ca0e16faf4e6e411af942858182cf2bea3b5d19904f3ca686f7b372ed SHA512 e53de494f104440c87eb55606c322cb7ac9989176547131f59e02eb091d04a3a2de6c11c1c775cb25302ff1da5997bc499d753a822c1de4652aa77bf2858fa9a

View File

@@ -1,7 +1,7 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-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() {