summaryrefslogtreecommitdiff
path: root/dev-lang/nasm/nasm-2.15.05.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/nasm/nasm-2.15.05.ebuild')
-rw-r--r--dev-lang/nasm/nasm-2.15.05.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/nasm/nasm-2.15.05.ebuild b/dev-lang/nasm/nasm-2.15.05.ebuild
index 95e1d21fe3f0..bf36d619de60 100644
--- a/dev-lang/nasm/nasm-2.15.05.ebuild
+++ b/dev-lang/nasm/nasm-2.15.05.ebuild
@@ -23,7 +23,7 @@ BDEPEND="
dev-perl/Font-TTF
dev-perl/Sort-Versions
media-fonts/source-code-pro
- media-fonts/source-sans
+ media-fonts/source-sans:3
virtual/perl-File-Spec
)
"
@@ -37,7 +37,8 @@ src_prepare() {
# https://bugs.gentoo.org/870214
# During the split of media-fonts/source-pro, the source-sans files
- # were renamed.
+ # were renamed. Currently depend on media-fonts/source-sans:3 which works
+ # with this sed.
sed -i 's/SourceSansPro/SourceSans3/g' doc/psfonts.ph || die
}