summaryrefslogtreecommitdiff
path: root/media-sound/audacity/audacity-2.4.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/audacity/audacity-2.4.2-r1.ebuild')
-rw-r--r--media-sound/audacity/audacity-2.4.2-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild b/media-sound/audacity/audacity-2.4.2-r1.ebuild
index f7df783a70cd..a8acc69fa8ea 100644
--- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ppc ppc64 x86"
IUSE="alsa doc ffmpeg +flac id3tag jack +ladspa +lv2 mad ogg oss
portmidi +portmixer portsmf sbsms twolame vamp +vorbis +vst"
@@ -111,6 +111,10 @@ src_configure() {
)
cmake_src_configure
+
+ # if git is not installed, this (empty) file is not being created and the compilation fails
+ # so we create it manually
+ touch "${BUILD_DIR}/src/private/RevisionIdent.h" || die "failed to create file"
}
src_install() {