summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-17 12:49:58 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-17 13:03:48 +0100
commitfee1802b755d23cc0955800e0e70c779fa4acdc5 (patch)
treef74c3dd242f40fc36e87f04fac560444875b674e /profiles/default
parentprofiles: Remove entries with UnknownProfilePackageUse (diff)
downloadgentoo-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.defaults5
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