diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-22 19:10:07 +0100 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-22 19:10:07 +0100 |
commit | 884adef43579dacc98f1552bc6f81e3aee0a3f4f (patch) | |
tree | b5dea64fed321c52172e37483e1cfe96daad97bf | |
parent | [man pages] add a note about ebuild generation for packages available in the ... (diff) | |
download | gs-elpa-884adef43579dacc98f1552bc6f81e3aee0a3f4f.tar.gz gs-elpa-884adef43579dacc98f1552bc6f81e3aee0a3f4f.tar.bz2 gs-elpa-884adef43579dacc98f1552bc6f81e3aee0a3f4f.zip |
[README] add a note about ebuild generation for packages available in the tree
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -79,3 +79,11 @@ all in one overlay. Note, that if you call **generate-tree** command your overla will be wiped and overlay tree for a given repository will be generated. Be careful! See man page of **gs-elpa** for further information. + +## Notes + +* **Generation of packages already available in the portage tree**: + Ebuilds for the packages available in the tree are excluded from + the generation. To enable their generation you need to edit + `/etc/g-sorcery/gs-elpa.json` file: remove packages you need + from the `exclude` list in the `common_config` inside this config file. |