--- unrealircd-3.2.10.2.ebuild 2013-12-07 20:31:26.000000000 +0100 +++ unrealircd-3.2.10.2-r1.ebuild 2014-06-02 16:48:52.082459063 +0200 @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux" IUSE="curl ipv6 +extban-stacking +operoverride operoverride-verify +prefixaq - showlistmodes shunnotices ssl topicisnuhost +usermod zlib" + showlistmodes shunnotices ssl topicisnuhost +usermod zlib nofakelag" RDEPEND="ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) @@ -44,6 +44,11 @@ -e "s:ircd\.tune:${EPREFIX}/var/lib/unrealircd/ircd.tune:" \ include/config.h \ || die "sed failed" + + if use nofakelag; then + sed -i -e "s:#undef FAKELAG_CONFIGURABLE:#define FAKELAG_CONFIGURABLE:" \ + include/config.h || die "nofakelag failed" + fi } src_configure() {