Hi all, Soon I will be working on fixing up the state of dev-lang/lua, and there are a couple of things I want to mention. The first thing is liblua as a shared library. If you are using lua internally in a program, upstream strongly recommends not linking it this way; it is supposed to be statically linked into the executable. Because of this, and because of the amount of custom patching we do to maintain liblua as a shared library, I plan to stop creating the shared library. I'm a bit undecided still about slotting lua. I'm sure we need subslots so we can force rebuilds when new lua releases enter the tree. However, I'm still unsure whether we need slots. I don't know of many things in the tree that are locked to a specific version of lua (there is only one package based on an irc conversation I had this week). Does anyone have any thoughts? Are there more packages in the tree that are locked to a specific version of lua? Thanks, William