diff options
-rw-r--r-- | net-im/ekg2/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-0.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/ekg2/ChangeLog b/net-im/ekg2/ChangeLog index 838679554899..dadce2b36136 100644 --- a/net-im/ekg2/ChangeLog +++ b/net-im/ekg2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ekg2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.55 2015/04/08 18:03:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.56 2015/05/08 04:26:44 mgorny Exp $ + + 08 May 2015; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild, + ekg2-9999.ebuild: + Require libgadu < 1.12 due to bug #519978. 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild, ekg2-9999.ebuild: diff --git a/net-im/ekg2/ekg2-0.3.1-r1.ebuild b/net-im/ekg2/ekg2-0.3.1-r1.ebuild index 97dc883f8fc3..6a40a0bba0c9 100644 --- a/net-im/ekg2/ekg2-0.3.1-r1.ebuild +++ b/net-im/ekg2/ekg2-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.8 2015/04/08 18:03:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.9 2015/05/08 04:26:44 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -31,7 +31,7 @@ RDEPEND=" xosd? ( x11-libs/xosd ) zlib? ( sys-libs/zlib ) - gadu? ( net-libs/libgadu + gadu? ( <net-libs/libgadu-1.12 gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) ) ncurses? ( sys-libs/ncurses[unicode?] diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index c5a63ae614b8..c5b8a5e7915f 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-9999.ebuild,v 1.10 2015/04/08 18:03:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-9999.ebuild,v 1.11 2015/05/08 04:26:44 mgorny Exp $ EAPI=5 @@ -26,7 +26,7 @@ IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl perl python readline rss spell sqlite sqlite2 ssl xmpp unicode zlib" RDEPEND="dev-libs/glib:2= - gadu? ( net-libs/libgadu:0= ) + gadu? ( <net-libs/libgadu-1.12:0= ) gpg? ( app-crypt/gpgme:1= ) gtk? ( x11-libs/gtk+:2= ) nls? ( virtual/libintl:0= ) |