From 614c6a51dce2267190dec6a0d4476690f664c8c7 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 20 Jun 2018 14:04:38 -0400 Subject: [PATCH] profile: directfb is being removed from gentoo --- profiles/pentoo/base/make.defaults | 2 +- profiles/pentoo/bootstrap/make.defaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 13940f7dd..8341d56fc 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -38,7 +38,7 @@ PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa" PORTAGE_NICENESS="9" PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}" -USE="${USE} X abi_x86_32 adns caps curl directfb fbcon gps jack lm_sensors lua lzma oss perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265" +USE="${USE} X abi_x86_32 adns caps curl fbcon gps jack lm_sensors lua lzma oss perl pulseaudio python ruby samba sqlite subversion vdpau vaapi xattr xinerama x265" #we do not want old ruby USE="${USE} -ruby_targets_ruby21 -ruby_targets_ruby22" diff --git a/profiles/pentoo/bootstrap/make.defaults b/profiles/pentoo/bootstrap/make.defaults index d7cfcca6a..8c47437dc 100644 --- a/profiles/pentoo/bootstrap/make.defaults +++ b/profiles/pentoo/bootstrap/make.defaults @@ -1,2 +1,2 @@ -USE="${USE} -directfb -introspection -policykit -cups" +USE="${USE} -introspection -policykit -cups" FEATURES="binpkg-multi-instance"