commit: 592c48eebc669702281afa866ccad2b049e24f69 Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Thu Feb 22 11:33:56 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Feb 22 11:33:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=592c48ee
x11-misc/selx: use `edo` Signed-off-by: NRK <nrk <AT> disroot.org> x11-misc/selx/selx-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/selx/selx-1.1.0.ebuild b/x11-misc/selx/selx-1.1.0.ebuild index b0a3fa7252..15f8e130fa 100644 --- a/x11-misc/selx/selx-1.1.0.ebuild +++ b/x11-misc/selx/selx-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit toolchain-funcs edo DESCRIPTION="Minimal X11 rectangle selection tool" HOMEPAGE="https://codeberg.org/NRK/selx" @@ -23,7 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_compile() { - $(tc-getCC) -o selx selx.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xext -l Xrandr || die "Compilation failed" + edo $(tc-getCC) -o selx selx.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xext -l Xrandr } src_install() {
