summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-06 00:19:32 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-06 00:19:32 +0200
commit404623bf68d45bb2322fdc6fbde0b203fa9c21da (patch)
tree68c1f27ebc5fc61349bbab419f8e351b387714af /profiles/base/make.defaults
parent51a6325d4cab9fccc0b0a1841e8c3e398e51ca7b (diff)
downloadgentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.tar.gz
gentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.tar.bz2
gentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.zip
Add global USE flags
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
new file mode 100644
index 0000000..3fec75c
--- /dev/null
+++ b/profiles/base/make.defaults
@@ -0,0 +1,4 @@
+# vim:ft=gentoo-make-conf
+USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
+USE="$USE ncurses readline"
+USE="$USE curl"