diff options
author | David Seifert <soap@gentoo.org> | 2022-01-15 16:19:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-15 16:19:31 +0100 |
commit | 33662190ae41a0125f94856ff650da6b03ae8101 (patch) | |
tree | 0c010295e97a50ad672bfc222ccdedc4a5259649 /profiles | |
parent | kde-plasma/kinfocenter: Drop IUSE=wayland, add new optfeature (diff) | |
download | gentoo-33662190ae41a0125f94856ff650da6b03ae8101.tar.gz gentoo-33662190ae41a0125f94856ff650da6b03ae8101.tar.bz2 gentoo-33662190ae41a0125f94856ff650da6b03ae8101.zip |
profiles: remove global USE=+emboss
Closes: https://github.com/gentoo/gentoo/pull/23807
Closes: https://bugs.gentoo.org/742305
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/use.mask | 3 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/ia64/use.mask | 3 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 6 | ||||
-rw-r--r-- | profiles/targets/desktop/make.defaults | 4 |
5 files changed, 6 insertions, 16 deletions
diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 294e2c3492f7..e2fa17de5ef5 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -96,7 +96,6 @@ dmi # Stuff that doesn't work on alpha, or not tested clang djbfft -emboss hardened mecab netbeans diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 54706b70567e..df9f8769d2c4 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -256,10 +256,6 @@ ieee1394 # mono is not yet supported on hppa mono -# Guy Martin <gmsoft@gentoo.org> (2005-02-18) -# No emboss support on hppa for now -emboss - # Guy Martin <gmsoft@gentoo.org> (2004-08-08) # Wifi stuff not test yet because of lack of hardware wifi diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 4a68751c476e..f70979b1bdfb 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -72,7 +72,6 @@ lm-sensors # Stuff that doesn't work on ia64, or not tested afs djbfft -emboss jack lqr capi diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 6d106a43c626..a8539df074c5 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -168,10 +168,6 @@ scanner # This should work, someone with a usb card and digital camera should test it gphoto2 -# Ciaran McCreesh <ciaranm@gentoo.org> -# unresolved dep, bug #82428 -emboss - # Joshua Kinard <kumba@gentoo.org> # dietlibc isn't known to work on mips diet diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index d7eab4cd0587..18b1903bedde 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind emboss encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid" |