Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/
Date: Thu, 20 Jan 2022 10:46:06
Message-Id: 1642675473.2d6d99a81bda960248aa99d839a87a097df4ec16.sam@gentoo
1 commit: 2d6d99a81bda960248aa99d839a87a097df4ec16
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 10:42:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 10:44:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6d99a8
7
8 profiles/arch/hppa: drop unnecessary USE from make.defaults
9
10 - cups/foomatic: particularly niche here (barely anybody is running
11 HPPA on desktop anyway, but it certainly shouldn't be default, and
12 if they are running it, they'll be using a desktop profile which
13 already includes this)
14 - libwww: no other arch does this, not mentioned in any other profiles
15 at all, and quite specific anyway.
16 - firefox: USE flag doesn't exist.
17 - spell: no other arch does this and it's personal preference.
18 - fortran: already said in inherited profiles
19 - imlib: no other arch does this, very specific desktop-like choice anyway.
20
21 Signed-off-by: Sam James <sam <AT> gentoo.org>
22
23 profiles/arch/hppa/make.defaults | 2 --
24 1 file changed, 2 deletions(-)
25
26 diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
27 index 9a5cbb060079..2908b66bb4e6 100644
28 --- a/profiles/arch/hppa/make.defaults
29 +++ b/profiles/arch/hppa/make.defaults
30 @@ -10,8 +10,6 @@ CXXFLAGS="${CFLAGS}"
31
32 FEATURES="sandbox sfperms strict"
33
34 -USE="cups foomaticdb fortran gpm imlib libwww spell firefox"
35 -
36 # Michał Górny <mgorny@g.o> (2014-07-01)
37 # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
38 # checks simpler.