diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-09-16 08:47:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-16 12:34:20 +0300 |
commit | 9d2b07e9e990cc8bba02952f51e3a879530b1c94 (patch) | |
tree | 1c4d43e2b392ceda262bd3fb452b9da13ebb475c /dev-lang | |
parent | sys-libs/libblockdev: add 2.28 (diff) | |
download | gentoo-9d2b07e9e990cc8bba02952f51e3a879530b1c94.tar.gz gentoo-9d2b07e9e990cc8bba02952f51e3a879530b1c94.tar.bz2 gentoo-9d2b07e9e990cc8bba02952f51e3a879530b1c94.zip |
dev-lang/nasm: depend on media-fonts/source-sans:3 for completeness
Bug: https://bugs.gentoo.org/870214
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/nasm-2.15.05.ebuild | 5 |
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 } |