Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941764 - Clean up local USE=freetype in favour of already-existing global USE=truetype
Summary: Clean up local USE=freetype in favour of already-existing global USE=truetype
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-18 14:47 UTC by Sam James
Modified: 2024-10-18 14:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-10-18 14:47:26 UTC
We have a few ebuilds using USE=freetype locally, despite the fact we already have USE=truetype as a global USE.

app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.ebuild:15:IUSE="fontconfig freetype graphicsmagick imagemagick lcd_devices_ax206dpf lcd_devices_picolcd_256x64 lcd_devices_vnc"
media-libs/opencv/opencv-4.9.0-r2.ebuild:69:IUSE+=" contrib contribcvv contribdnn contribfreetype contribhdf contribovis contribsfm contribxfeatures2d dnnsamples examples +features2d"
sys-boot/plymouth/plymouth-9999.ebuild:23:IUSE="debug +drm +gtk +pango selinux freetype +split-usr +udev doc systemd"
sys-boot/plymouth/plymouth-24.004.60-r1.ebuild:23:IUSE="debug +drm +gtk +pango selinux freetype +split-usr +udev doc systemd"
www-client/links/links-2.30.ebuild:16:IUSE="avif brotli bzip2 fbcon freetype gpm jpeg libevent livecd lzip lzma selinux ssl suid svga tiff webp X zlib zstd"
www-client/links/links-2.29-r1.ebuild:16:IUSE="avif brotli bzip2 fbcon freetype gpm jpeg libevent livecd lzip lzma selinux ssl suid svga tiff webp X zlib zstd"
sci-physics/geant/geant-4.11.2.2.ebuild:32:IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
sci-physics/geant/geant-4.11.2.1-r1.ebuild:32:IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
sci-physics/geant/geant-4.11.2.0-r1.ebuild:32:IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
sci-libs/opencascade/opencascade-9999.ebuild:34:IUSE="X debug doc examples ffmpeg freeimage freetype gles2-only inspector jemalloc json +opengl optimize tbb test testprograms tk vtk"
sci-libs/opencascade/opencascade-7.8.1.ebuild:34:IUSE="X debug doc examples ffmpeg freeimage freetype gles2-only inspector jemalloc json +opengl optimize tbb test testprograms tk vtk"
sci-libs/opencascade/opencascade-7.7.2-r1.ebuild:35:IUSE="X debug doc examples ffmpeg freeimage freetype gles2-only inspector json +opengl optimize tbb test testprograms tk vtk"
sci-libs/vtk/vtk-9.3.0-r3.ebuild:44:IUSE="all-modules boost cuda debug doc examples ffmpeg +freetype gdal gles2-only imaging
sci-libs/vtk/vtk-9.2.6-r3.ebuild:42:IUSE="all-modules boost cuda debug doc examples ffmpeg freetype gdal imaging
sci-libs/vtk/vtk-9.2.5-r2.ebuild:42:IUSE="all-modules boost cuda debug doc examples ffmpeg freetype gdal imaging

We should convert them to truetype.