diff options
author | Thomas Kemmer <thomas@binaryden.de> | 2017-03-18 20:44:51 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 20:44:59 +1100 |
commit | 10b258b7e4896614679943dfcb2e1ac086859679 (patch) | |
tree | 2731bcbca6e7d77265a2db7adffd07036964acef /net-irc | |
parent | net-irc/irssi-xmpp: backport patch from upstream solving build failure with >... (diff) | |
download | gentoo-10b258b7e4896614679943dfcb2e1ac086859679.tar.gz gentoo-10b258b7e4896614679943dfcb2e1ac086859679.tar.bz2 gentoo-10b258b7e4896614679943dfcb2e1ac086859679.zip |
net-irc/irssi-xmpp: fix incompatible DEPEND >=net-irc/irssi-1
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild b/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild index fa893b647e6b..cc4668cad98f 100644 --- a/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild +++ b/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=net-irc/irssi-0.8.13 +DEPEND="<net-irc/irssi-1 >=net-libs/loudmouth-1.4.0[debug]" RDEPEND="${DEPEND}" |