summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-07-19 00:13:36 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-07-19 00:13:36 -0500
commit9f86637da6ba5e8426c078c5d2d5733325125d07 (patch)
treec40b8427c8ef5d26c06c6e020084e83753791894 /profiles
parent462e010e0065fa8d24809c479c35738750cd2571 (diff)
downloadpackages-9f86637da6ba5e8426c078c5d2d5733325125d07.tar.gz
packages-9f86637da6ba5e8426c078c5d2d5733325125d07.tar.bz2
packages-9f86637da6ba5e8426c078c5d2d5733325125d07.tar.xz
packages-9f86637da6ba5e8426c078c5d2d5733325125d07.zip
Base profile: globally disable worthless gtk2 misfeature
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index d48f65812..8643cd886 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -41,7 +41,7 @@ PYTHON_TARGETS="python3_4"
PYTHON_SINGLE_TARGET="python3_4"
# These USE will be forced onto every system running Adélie. DO NOT MODIFY THIS LIGHTLY!
-USE="cxx ipv6 modules ssl unicode xattr"
+USE="cxx -introspection ipv6 modules ssl unicode xattr"
# Auto-build .apks, always
PORTAGE_BINPKG_FORMAT="apk"