summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-29 17:40:03 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-29 17:40:03 +0100
commitc7de0f8340f24f7d55edb67242f3969ee3eeca2b (patch)
treed94e3b3005775bdf0619356ba6a7fcd3cf5b4c4a /media-sound
parentnet-vpn/tailscale: remove old (diff)
downloadgentoo-c7de0f8340f24f7d55edb67242f3969ee3eeca2b.tar.gz
gentoo-c7de0f8340f24f7d55edb67242f3969ee3eeca2b.tar.bz2
gentoo-c7de0f8340f24f7d55edb67242f3969ee3eeca2b.zip
media-sound/dvda-author: Respect AR
Closes: https://bugs.gentoo.org/762232 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/dvda-author/dvda-author-10.06-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
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 28e830dfa8da..811fbf5d248c 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