+++ This bug was initially created as a clone of Bug #172650 +++ I tried to use net-irc/psyBNC with scripting support, which does not seem to be enabled by the current ebuilds. For testing purposes I added the following line into my local "psybnc-2.3.2.9.ebuild" which seems to work: { echo; echo "#define SCRIPTING"; } >> "${S}/config.h" It would be nice to have a way to enable scripting permanently - like a use flag. ps: This is my first bug on gentoo Bugzilla. If something is wrong here please tell me.
Has been added to the tree as -r1 and should be on the mirrors within an hour. Use the "scripting" USE flag to enable it.
Thanks for the quick change. I got "psybnc-2.3.2.9-r1.ebuild" and can see the new lines: # add scripting support use scripting && epatch "${FILESDIR}/${P}-scripting.patch" But using "emerge -pv psybnc" there is no use flag "scripting" displayed - only ipv6, ssl and oidentd are shown.
Fixed, forgot to add it to the IUSE of the ebuild.