diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 12:49:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-17 13:03:48 +0100 |
commit | fee1802b755d23cc0955800e0e70c779fa4acdc5 (patch) | |
tree | f74c3dd242f40fc36e87f04fac560444875b674e /profiles/default | |
parent | profiles: Remove entries with UnknownProfilePackageUse (diff) | |
download | gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.tar.gz gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.tar.bz2 gentoo-fee1802b755d23cc0955800e0e70c779fa4acdc5.zip |
profiles: Remove entries matching UnknownProfileUse*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 6e3d7a715ec3..74dd59d5d817 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -37,9 +37,8 @@ USE="${USE} iconv" INPUT_DEVICES="libinput" # Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18) -# Lowest common denominator defaults for video drivers, -# except hppa, which lacks v4l so removes it in the hppa profile -VIDEO_CARDS="dummy fbdev v4l" +# Lowest common denominator defaults for video drivers +VIDEO_CARDS="dummy fbdev" # Doug Goldstein <cardoe@gentoo.org> (2008-07-09) # Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default |