Skip to content

Commit

Permalink
x11-wm/fvwm3: [QA] pass AR to make
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/849761
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 18, 2022
1 parent 15d8a2f commit a7487d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions x11-wm/fvwm3/fvwm3-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7487d6

Please sign in to comment.