diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:26:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:26:27 +0000 |
commit | d46f05213758c3a8abf1f4bf55ece892ddf2f6a0 (patch) | |
tree | 1172350bd62e88608591d5bc8f8092e869f2b9da /net-libs/libktorrent | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-d46f05213758c3a8abf1f4bf55ece892ddf2f6a0.tar.gz gentoo-2-d46f05213758c3a8abf1f4bf55ece892ddf2f6a0.tar.bz2 gentoo-2-d46f05213758c3a8abf1f4bf55ece892ddf2f6a0.zip |
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
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 31c0484f44f2..419a6f934bc0 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libktorrent -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.53 2013/04/02 20:56:50 ago Exp $ +# 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 $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libktorrent-1.3.1.ebuild: + Update libgcrypt dep to use slot :0. 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: Stable for ppc64, wrt bug #462890 diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 280189f85ac6..93e8fe720006 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-2013 Gentoo Foundation +# Copyright 1999-2014 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.6 2013/04/02 20:56:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.7 2014/03/01 22:26:27 mgorny Exp $ EAPI=5 @@ -38,7 +38,7 @@ IUSE="debug" RDEPEND=" app-crypt/qca:2 dev-libs/gmp - dev-libs/libgcrypt + dev-libs/libgcrypt:0 " DEPEND="${RDEPEND} dev-libs/boost |