diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-10-20 08:32:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-10-20 15:13:52 +0200 |
commit | 0944e0e722252ca63a62d5994ed01438bfdca0c4 (patch) | |
tree | 8c64008ac60e573810c46733a9fcafdbbaa588fd /x11-base | |
parent | sys-auth/skey: drop 1.1.5-r12 (diff) | |
download | gentoo-0944e0e722252ca63a62d5994ed01438bfdca0c4.tar.gz gentoo-0944e0e722252ca63a62d5994ed01438bfdca0c4.tar.bz2 gentoo-0944e0e722252ca63a62d5994ed01438bfdca0c4.zip |
x11-base/xorg-fonts: Update optfeature message
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-fonts/xorg-fonts-2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-base/xorg-fonts/xorg-fonts-2.ebuild b/x11-base/xorg-fonts/xorg-fonts-2.ebuild index e5c0f149fb82..0a2ea9e5be8c 100644 --- a/x11-base/xorg-fonts/xorg-fonts-2.ebuild +++ b/x11-base/xorg-fonts/xorg-fonts-2.ebuild @@ -49,5 +49,6 @@ RDEPEND=" " pkg_postinst() { - optfeature "Bigelow & Holmes TrueType fonts (non-free)" media-fonts/font-bh-ttf media-fonts/font-bh-type1 + optfeature "Bigelow & Holmes Luxi fonts (non-free)" \ + media-fonts/font-bh-ttf media-fonts/font-bh-type1 } |