summaryrefslogtreecommitdiffstats
path: root/scripts/gen-world-sets
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-31 23:35:11 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-31 23:35:11 +0200
commit5670a7670bf07de2d0362f28349a9b455afbf4f3 (patch)
tree268e1ce40ed9aaebfdf0a6183047797ae7795895 /scripts/gen-world-sets
downloadgentoo-5670a7670bf07de2d0362f28349a9b455afbf4f3.tar.gz
gentoo-5670a7670bf07de2d0362f28349a9b455afbf4f3.tar.bz2
gentoo-5670a7670bf07de2d0362f28349a9b455afbf4f3.tar.xz
gentoo-5670a7670bf07de2d0362f28349a9b455afbf4f3.zip
Gentoo 17.1 / Major clean-up
Diffstat (limited to 'scripts/gen-world-sets')
-rwxr-xr-xscripts/gen-world-sets6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/gen-world-sets b/scripts/gen-world-sets
new file mode 100755
index 0000000..fd950ee
--- /dev/null
+++ b/scripts/gen-world-sets
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+(
+ cd /etc/portage/sets
+ ls | sed 's/^/@/' > /var/lib/portage/world_sets
+)