diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:52:40 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:52:40 +0100 |
commit | eb495244421b24ca157a1331d5d2d52293ee9e3f (patch) | |
tree | c923f88e3d61374860f90f1e79619b55430177b4 /profiles/desktop | |
parent | profiles/desktop: Enable smartcard USE flag by default (diff) | |
download | portage-eb495244421b24ca157a1331d5d2d52293ee9e3f.tar.xz |
profiles/desktop: Disable qt4 and qt5 USE flag by default
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index c9fe477e..1c94016a 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -41,7 +41,7 @@ USE="${USE} -policykit -consolekit smartcard pkcs11" USE="${USE} -xcb X xorg" # Graphical toolkits -USE="${USE} -gnome -qt3support -wxwidgets" +USE="${USE} -gnome -qt3support -qt4 -qt5 -wxwidgets" # Linguas USE="${USE} -nls" |