commit:     c7de0f8340f24f7d55edb67242f3969ee3eeca2b
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Dec 29 16:40:03 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:40:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7de0f83

media-sound/dvda-author: Respect AR

Closes: https://bugs.gentoo.org/762232
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/dvda-author/dvda-author-10.06-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild 
b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild
index 28e830dfa8d..811fbf5d248 100644
--- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild
+++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop
+inherit desktop toolchain-funcs
 
 DESCRIPTION="Author a DVD-Audio DVD"
 HOMEPAGE="http://dvd-audio.sourceforge.net";
@@ -47,6 +47,10 @@ src_configure() {
                $(use_with debug debug full)
 }
 
+src_compile() {
+       emake AR="$(tc-getAR)" all
+}
+
 src_install() {
        default
 

Reply via email to