commit: a7487d6657d5da05f029d6734ebe024d5eb34af7 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Jun 18 14:44:32 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jun 18 14:44:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7487d66
x11-wm/fvwm3: [QA] pass AR to make Closes: https://bugs.gentoo.org/849761 Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild | 4 ++-- x11-wm/fvwm3/fvwm3-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild b/x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild index 0a0e5ddfb57a..afd245eccd27 100644 --- a/x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild +++ b/x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) GO_OPTIONAL=1 -inherit autotools desktop flag-o-matic go-module python-single-r1 +inherit autotools desktop flag-o-matic go-module python-single-r1 toolchain-funcs DESCRIPTION="A multiple large virtual desktop window manager derived from fvwm" HOMEPAGE="http://www.fvwm.org/" @@ -138,7 +138,7 @@ src_configure() { } src_compile() { - PREFIX="/usr" emake + PREFIX="${EPREFIX}/usr" emake AR="$(tc-getAR)" if [[ ${PV} == *9999 ]]; then use doc && emake -C doc html fi diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild index 224ee2abd20a..65fdb8f91459 100644 --- a/x11-wm/fvwm3/fvwm3-9999.ebuild +++ b/x11-wm/fvwm3/fvwm3-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) GO_OPTIONAL=1 -inherit autotools desktop flag-o-matic go-module python-single-r1 +inherit autotools desktop flag-o-matic go-module python-single-r1 toolchain-funcs DESCRIPTION="A multiple large virtual desktop window manager derived from fvwm" HOMEPAGE="http://www.fvwm.org/" @@ -138,7 +138,7 @@ src_configure() { } src_compile() { - PREFIX="/usr" emake + PREFIX="${EPREFIX}/usr" emake AR="$(tc-getAR)" if [[ ${PV} == *9999 ]]; then use doc && emake -C doc html fi
