diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:19:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:19:31 +0000 |
commit | a2a98fa5a5e73300c37764f3596456a02a8b5fd4 (patch) | |
tree | 85ac71ba444396654f6eca5bc7a91eaddacee17d /dev-libs/ucommon | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-a2a98fa5a5e73300c37764f3596456a02a8b5fd4.tar.gz gentoo-2-a2a98fa5a5e73300c37764f3596456a02a8b5fd4.tar.bz2 gentoo-2-a2a98fa5a5e73300c37764f3596456a02a8b5fd4.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 'dev-libs/ucommon')
-rw-r--r-- | dev-libs/ucommon/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/ucommon/ucommon-5.2.2-r3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/ucommon/ucommon-6.0.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/ucommon/ChangeLog b/dev-libs/ucommon/ChangeLog index dc831e1242df..080e3073d88b 100644 --- a/dev-libs/ucommon/ChangeLog +++ b/dev-libs/ucommon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ucommon -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.18 2013/04/28 07:14:41 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.19 2014/03/01 22:19:31 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> ucommon-5.2.2-r3.ebuild, + ucommon-6.0.3.ebuild: + Update libgcrypt dep to use slot :0. 28 Apr 2013; Maxim Koltsov <maksbotan@gentoo.org> -ucommon-5.5.0.ebuild, -ucommon-6.0.0.ebuild, ucommon-6.0.3.ebuild: diff --git a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild b/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild index 6198adaecc33..6f042ab11f04 100644 --- a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild +++ b/dev-libs/ucommon/ucommon-5.2.2-r3.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/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.8 2012/11/22 10:06:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.9 2014/03/01 22:19:31 mgorny Exp $ EAPI="4" @@ -19,7 +19,7 @@ RDEPEND="ssl? ( !gnutls? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[-nettle] - dev-libs/libgcrypt + dev-libs/libgcrypt:0 ) )" diff --git a/dev-libs/ucommon/ucommon-6.0.3.ebuild b/dev-libs/ucommon/ucommon-6.0.3.ebuild index 1ed6422c1fea..82b13e621d5c 100644 --- a/dev-libs/ucommon/ucommon-6.0.3.ebuild +++ b/dev-libs/ucommon/ucommon-6.0.3.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/dev-libs/ucommon/ucommon-6.0.3.ebuild,v 1.4 2013/04/28 07:14:41 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-6.0.3.ebuild,v 1.5 2014/03/01 22:19:31 mgorny Exp $ EAPI="5" @@ -21,7 +21,7 @@ RDEPEND="ssl? ( !gnutls? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls - dev-libs/libgcrypt + dev-libs/libgcrypt:0 ) )" |