diff options
author | 2010-06-07 16:33:42 +0000 | |
---|---|---|
committer | 2010-06-07 16:33:42 +0000 | |
commit | 716a6e7616b01cf4c5899819d2bd5db03ad1bd06 (patch) | |
tree | ce050e9cdb8f56a55202612b85406717a691c1c5 /net-irc/quassel/quassel-9999.ebuild | |
parent | Fix dependencies. Disable tests when en_US.UTF-8 locale is missing. (diff) | |
download | gentoo-2-716a6e7616b01cf4c5899819d2bd5db03ad1bd06.tar.gz gentoo-2-716a6e7616b01cf4c5899819d2bd5db03ad1bd06.tar.bz2 gentoo-2-716a6e7616b01cf4c5899819d2bd5db03ad1bd06.zip |
Remove default USE flag for X. Fixes bug #322925.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-irc/quassel/quassel-9999.ebuild')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 2f2b134b571e..a94e94fd105d 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.34 2010/04/07 18:25:19 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.35 2010/06/07 16:33:42 billie Exp $ EAPI="2" @@ -15,7 +15,7 @@ HOMEPAGE="http://quassel-irc.org/" LICENSE="GPL-3" KEYWORDS="" SLOT="0" -IUSE="ayatana dbus debug kde monolithic phonon postgres +server +ssl webkit +X" +IUSE="ayatana dbus debug kde monolithic phonon postgres +server +ssl webkit X" SERVER_RDEPEND=" !postgres? ( x11-libs/qt-sql:4[sqlite] dev-db/sqlite[threadsafe] ) |