diff options
author | Sam James <sam@gentoo.org> | 2022-01-20 10:42:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-20 10:44:33 +0000 |
commit | 2d6d99a81bda960248aa99d839a87a097df4ec16 (patch) | |
tree | 37bf074ecc897f6accf0d29ba1a50645f5899c71 /profiles | |
parent | profiles/arch/hppa: drop USE=gdbm from make.defaults (diff) | |
download | gentoo-2d6d99a81bda960248aa99d839a87a097df4ec16.tar.gz gentoo-2d6d99a81bda960248aa99d839a87a097df4ec16.tar.bz2 gentoo-2d6d99a81bda960248aa99d839a87a097df4ec16.zip |
profiles/arch/hppa: drop unnecessary USE from make.defaults
- cups/foomatic: particularly niche here (barely anybody is running
HPPA on desktop anyway, but it certainly shouldn't be default, and
if they are running it, they'll be using a desktop profile which
already includes this)
- libwww: no other arch does this, not mentioned in any other profiles
at all, and quite specific anyway.
- firefox: USE flag doesn't exist.
- spell: no other arch does this and it's personal preference.
- fortran: already said in inherited profiles
- imlib: no other arch does this, very specific desktop-like choice anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/make.defaults | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 9a5cbb060079..2908b66bb4e6 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -10,8 +10,6 @@ CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms strict" -USE="cups foomaticdb fortran gpm imlib libwww spell firefox" - # Michał Górny <mgorny@gentoo.org> (2014-07-01) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild # checks simpler. |