So, I can't use sets, and I'm not quite sure how to do the package.keywords properly. I noticed that adding the contents of the program's keywords to the /etc/portage/package.keywords file will make them available. Then I run into dependency issues.
So, first, when it comes up that I have dependency issues, can I change the command to just install all dependencies first and then the program in question? Or do I have to go through and do each program individually as it tells me?
Now, I tried the second option, since I didn't know how to do the first, and that program needs a keyword too. It's my understanding that you can use the package.keyword system as a folder instead of a file, which I think would be fabulous, since I don't have a graphical interface just yet, and I'm not exactly sure how to go about copy-pasting the contents of one and merging it with another in the package.keywords file. The tutorial goes through how to do it, but it calls everything foo. I realize this is common language, but it still confuses me. For instance, it says:
There so many foo/foobar/nfoo/barbar that I'm not sure what each is referring to honostly. Some seem arbitrary, some seem like they should be one specific thing for each program. Seems like everytime I have a question in gentoo and I manage to solve it, I'm really just openning up a completely different can of worms.# mkdir -p /etc/portage/package.keywords # yes we create a directory not a file!!!
# echo "foo/foo" > /etc/portage/package.keywords/foo # the name for the file can be chosen freely
# echo -e "foo/foobar \nfoo/barbar" >> /etc/portage/package.keywords/foo



