summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-09-09 13:23:38 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-09-09 23:00:28 +0200
commitcb7eb2d9bba3a28ef8c241ab0e6c6a9caf959991 (patch)
tree944c2511386f5eea830812927c022d3940f18de0 /app-misc/rmlint/rmlint-2.10.1.ebuild
parentapp-crypt/eid-mw: remove old 5.0.23 (diff)
downloadgentoo-cb7eb2d9bba3a28ef8c241ab0e6c6a9caf959991.tar.gz
gentoo-cb7eb2d9bba3a28ef8c241ab0e6c6a9caf959991.tar.bz2
gentoo-cb7eb2d9bba3a28ef8c241ab0e6c6a9caf959991.zip
app-misc/rmlint: fix build and tests without native symlinks
Closes: https://bugs.gentoo.org/812197 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-misc/rmlint/rmlint-2.10.1.ebuild')
-rw-r--r--app-misc/rmlint/rmlint-2.10.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-misc/rmlint/rmlint-2.10.1.ebuild b/app-misc/rmlint/rmlint-2.10.1.ebuild
index 11a0d0b2e175..aaa9a53dd04d 100644
--- a/app-misc/rmlint/rmlint-2.10.1.ebuild
+++ b/app-misc/rmlint/rmlint-2.10.1.ebuild
@@ -68,6 +68,8 @@ PATCHES=(
"${FILESDIR}/${PN}-2.10.1-skip-tests.patch"
# https://github.com/sahib/rmlint/pull/523
"${FILESDIR}/${PN}-2.10.1-x86-fix-size.patch"
+ # https://github.com/sahib/rmlint/pull/526
+ "${FILESDIR}/${PN}-2.10.1-fix-cc.patch"
)
src_prepare() {
@@ -82,7 +84,7 @@ src_prepare() {
src_configure() {
# Needed for USE=-native-symlinks
- tc-export CC
+ tc-export AR CC
scons_opts=(
VERBOSE=1
$(use_with doc docs)