summaryrefslogtreecommitdiff
path: root/dev-lang/nasm/nasm-2.15.05.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-16 17:15:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-16 17:15:17 +0100
commit6e356edde093fb3589ab7a5859685e85c2873ab0 (patch)
tree5f17cc7bfbddda45678967fdc0a5f9f35fa9c02a /dev-lang/nasm/nasm-2.15.05.ebuild
parentacb0389058b8ef612d851b1ab54fa37376c4b7f7 (diff)
gentoo auto-resync : 16:09:2022 - 17:15:17
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
}