diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:39:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:39:08 +0000 |
commit | 7304c973013b432822684e4aabf13235e80aefe1 (patch) | |
tree | 423e9714a85b163f6940ecb10aa977aaf0423787 /net-misc/clamz | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-7304c973013b432822684e4aabf13235e80aefe1.tar.gz gentoo-2-7304c973013b432822684e4aabf13235e80aefe1.tar.bz2 gentoo-2-7304c973013b432822684e4aabf13235e80aefe1.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-misc/clamz')
-rw-r--r-- | net-misc/clamz/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/clamz/clamz-0.4.ebuild | 6 | ||||
-rw-r--r-- | net-misc/clamz/clamz-0.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/clamz/ChangeLog b/net-misc/clamz/ChangeLog index ea2e4608f390..2992179229a2 100644 --- a/net-misc/clamz/ChangeLog +++ b/net-misc/clamz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/clamz -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/ChangeLog,v 1.6 2013/06/01 11:18:54 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/ChangeLog,v 1.7 2014/03/01 22:39:08 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> clamz-0.4.ebuild, + clamz-0.5.ebuild: + Update libgcrypt dep to use slot :0. 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due bug #144305 diff --git a/net-misc/clamz/clamz-0.4.ebuild b/net-misc/clamz/clamz-0.4.ebuild index 239ae935be06..3b8486b180a7 100644 --- a/net-misc/clamz/clamz-0.4.ebuild +++ b/net-misc/clamz/clamz-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/clamz-0.4.ebuild,v 1.4 2012/05/05 03:20:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/clamz-0.4.ebuild,v 1.5 2014/03/01 22:39:08 mgorny Exp $ EAPI=3 inherit fdo-mime @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-libs/expat net-misc/curl - dev-libs/libgcrypt" + dev-libs/libgcrypt:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/net-misc/clamz/clamz-0.5.ebuild b/net-misc/clamz/clamz-0.5.ebuild index 0686379e6fca..dfe846f57726 100644 --- a/net-misc/clamz/clamz-0.5.ebuild +++ b/net-misc/clamz/clamz-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/clamz-0.5.ebuild,v 1.2 2012/05/05 03:20:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clamz/clamz-0.5.ebuild,v 1.3 2014/03/01 22:39:08 mgorny Exp $ EAPI=4 inherit fdo-mime @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-libs/expat net-misc/curl - dev-libs/libgcrypt" + dev-libs/libgcrypt:0" DEPEND="${RDEPEND} virtual/pkgconfig" |