diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:13:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:13:12 +0000 |
commit | 4a5ae8ac03f4c984ef6a91d090f62b9b33dce904 (patch) | |
tree | 7ba876c63740044c64783309a1002c7575c5985c /net-libs/ccrtp | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-4a5ae8ac03f4c984ef6a91d090f62b9b33dce904.tar.gz gentoo-2-4a5ae8ac03f4c984ef6a91d090f62b9b33dce904.tar.bz2 gentoo-2-4a5ae8ac03f4c984ef6a91d090f62b9b33dce904.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/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 9629a86084bf..5a67c84d523a 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ccrtp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.31 2013/10/27 09:35:38 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.32 2014/03/01 22:13:12 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> ccrtp-2.0.5.ebuild: + Update libgcrypt dep to use slot :0. 27 Oct 2013; Pacho Ramos <pacho@gentoo.org> -ccrtp-1.6.0.ebuild, -ccrtp-1.7.0.ebuild, -ccrtp-2.0.3.ebuild, metadata.xml: diff --git a/net-libs/ccrtp/ccrtp-2.0.5.ebuild b/net-libs/ccrtp/ccrtp-2.0.5.ebuild index c91319e2d231..3f2d669211bf 100644 --- a/net-libs/ccrtp/ccrtp-2.0.5.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.5.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/ccrtp/ccrtp-2.0.5.ebuild,v 1.5 2013/08/10 12:55:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.6 2014/03/01 22:13:12 mgorny Exp $ EAPI=4 inherit eutils multilib @@ -15,7 +15,7 @@ IUSE="doc" SLOT="0" RDEPEND=">=dev-cpp/commoncpp2-1.3.0 - dev-libs/libgcrypt + dev-libs/libgcrypt:0 >=dev-libs/ucommon-5.0.0" DEPEND="${RDEPEND} virtual/pkgconfig |