diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-11-03 07:35:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-11-03 07:35:27 +0000 |
commit | 5a718266e9780ca8215ed24e2deaafb0619685a0 (patch) | |
tree | 0cd02547fe7539a776f327d59c284ba996416032 /net-irc | |
parent | Version bump, bug #110766 (diff) | |
download | historical-5a718266e9780ca8215ed24e2deaafb0619685a0.tar.gz historical-5a718266e9780ca8215ed24e2deaafb0619685a0.tar.bz2 historical-5a718266e9780ca8215ed24e2deaafb0619685a0.zip |
post-commit touchup
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/xchat-2.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.6.0.ebuild b/net-irc/xchat/xchat-2.6.0.ebuild index 28c681175c9a..e31f57fe6893 100644 --- a/net-irc/xchat/xchat-2.6.0.ebuild +++ b/net-irc/xchat/xchat-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.0.ebuild,v 1.1 2005/11/03 07:20:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.0.ebuild,v 1.2 2005/11/03 07:35:27 swegener Exp $ inherit versionator @@ -50,6 +50,7 @@ src_compile() { unset PYTHONPATH econf \ + --enable-shm \ $(use_enable ssl openssl) \ $(use_enable perl) \ $(use_enable python) \ |