diff options
author | Johannes Huber <johu@gentoo.org> | 2015-01-29 01:39:03 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-01-29 01:39:03 +0000 |
commit | 5f67f36a8ee84b29110e7a0c8fdcff58ed8ea2c8 (patch) | |
tree | 4d10b126610c2855191234e0a488d1c96c6f7c55 /net-libs/libktorrent | |
parent | Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug #537... (diff) | |
download | gentoo-2-5f67f36a8ee84b29110e7a0c8fdcff58ed8ea2c8.tar.gz gentoo-2-5f67f36a8ee84b29110e7a0c8fdcff58ed8ea2c8.tar.bz2 gentoo-2-5f67f36a8ee84b29110e7a0c8fdcff58ed8ea2c8.zip |
Adjust use dependencies to handle >=app-crypt/qca-2.1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index 419a6f934bc0..3b712c06ce71 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libktorrent -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.54 2014/03/01 22:26:27 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.55 2015/01/29 01:39:03 johu Exp $ + + 29 Jan 2015; Johannes Huber <johu@gentoo.org> libktorrent-1.3.1.ebuild: + Adjust use dependencies to handle >=app-crypt/qca-2.1. 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libktorrent-1.3.1.ebuild: Update libgcrypt dep to use slot :0. diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 93e8fe720006..b1fe6c7000a7 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.7 2014/03/01 22:26:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.8 2015/01/29 01:39:03 johu Exp $ EAPI=5 @@ -36,7 +36,7 @@ SLOT="4" IUSE="debug" RDEPEND=" - app-crypt/qca:2 + app-crypt/qca:2[qt4(+)] dev-libs/gmp dev-libs/libgcrypt:0 " |