diff options
author | Johannes Huber <johu@gentoo.org> | 2013-04-22 18:13:56 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-04-22 18:13:56 +0000 |
commit | 2c14f3a4c2300173a8806c0d6a35b6bd9e708a25 (patch) | |
tree | 4b38349f7df3ca0ada707b87c71b36abd96251db /net-im | |
parent | Old. (diff) | |
download | gentoo-2-2c14f3a4c2300173a8806c0d6a35b6bd9e708a25.tar.gz gentoo-2-2c14f3a4c2300173a8806c0d6a35b6bd9e708a25.tar.bz2 gentoo-2-2c14f3a4c2300173a8806c0d6a35b6bd9e708a25.zip |
Raise dep on dev-libs/qjson, fixes bug #466804.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-auth-handler/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index ac2e683db37b..0da79f939cc9 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-auth-handler # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.14 2013/04/20 21:03:33 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.15 2013/04/22 18:13:56 johu Exp $ + + 22 Apr 2013; Johannes Huber <johu@gentoo.org> ktp-auth-handler-0.6.1.ebuild: + Raise dep on dev-libs/qjson, fixes bug #466804. 20 Apr 2013; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.5.3.ebuild: Remove KDE Telepathy 0.5.3. diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild index 317433ab5696..7848baba6d21 100644 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild +++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild,v 1.1 2013/04/20 20:04:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.6.1.ebuild,v 1.2 2013/04/22 18:13:56 johu Exp $ EAPI=5 @@ -23,7 +23,7 @@ SLOT="4" IUSE="debug" DEPEND=" - dev-libs/qjson + >=dev-libs/qjson-0.8 >=net-im/ktp-common-internals-${PV} >=net-libs/telepathy-qt-0.9.3 " |