commit:     345da67d5ddeffcb7253af320e2a121690aec53f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 10:58:52 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 10:58:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345da67d

games-emulation/mupen64plus-core: Use DejaVu font, #548214

Use DejaVu Sans instead of deprecated BitStream Vera for OSD.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=548214

Package-Manager: portage-2.2.22

 .../{mupen64plus-core-2.5.ebuild => mupen64plus-core-2.5-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild 
b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
similarity index 96%
rename from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild
rename to games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
index a279007..1954420 100644
--- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild
+++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="media-libs/libpng:0=
        sys-libs/zlib:0=[minizip]
        lirc? ( app-misc/lirc:0 )
        osd? (
-               media-fonts/ttf-bitstream-vera
+               media-fonts/dejavu
                media-libs/freetype:2=
                virtual/opengl:0=
                virtual/glu:0=
@@ -107,6 +107,6 @@ src_install() {
        local font_path=/usr/share/mupen64plus/font.ttf
        rm "${D%/}/${font_path}" || die
        if use osd; then
-               dosym /usr/share/fonts/ttf-bitstream-vera/Vera.ttf 
"${font_path}"
+               dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${font_path}"
        fi
 }

Reply via email to