diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:27:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:27:01 +0000 |
commit | b1d3667b1c96fa6a533f89326414f1d89cf756c4 (patch) | |
tree | a5d9442489bf7e1c8c7588d067b98bc6cb5db8e8 /dev-db | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-b1d3667b1c96fa6a533f89326414f1d89cf756c4.tar.gz gentoo-2-b1d3667b1c96fa6a533f89326414f1d89cf756c4.tar.bz2 gentoo-2-b1d3667b1c96fa6a533f89326414f1d89cf756c4.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-db')
-rw-r--r-- | dev-db/recutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/recutils/recutils-1.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-db/recutils/ChangeLog b/dev-db/recutils/ChangeLog index f09d8f152871..7bea4d03c9f5 100644 --- a/dev-db/recutils/ChangeLog +++ b/dev-db/recutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/recutils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.3 2012/11/02 03:36:52 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.4 2014/03/01 22:27:01 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> recutils-1.5.ebuild: + Update libgcrypt dep to use slot :0. 02 Nov 2012; Tim Harder <radhermit@gentoo.org> recutils-1.5.ebuild, +files/recutils-1.5-glibc-2.16.patch: @@ -14,4 +17,3 @@ 15 Jan 2012; Tim Harder <radhermit@gentoo.org> +files/50recutils-gentoo.el, +recutils-1.5.ebuild, +files/recutils-1.5-automagic.patch, +metadata.xml: Initial import (bug #350991). - diff --git a/dev-db/recutils/recutils-1.5.ebuild b/dev-db/recutils/recutils-1.5.ebuild index 91bc2fc6c05a..2ec6c4441456 100644 --- a/dev-db/recutils/recutils-1.5.ebuild +++ b/dev-db/recutils/recutils-1.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/dev-db/recutils/recutils-1.5.ebuild,v 1.3 2012/11/02 03:36:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v 1.4 2014/03/01 22:27:01 mgorny Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="crypt curl emacs mdb nls static-libs" RDEPEND="sys-libs/readline crypt? ( - dev-libs/libgcrypt + dev-libs/libgcrypt:0 dev-libs/libgpg-error ) curl? ( net-misc/curl ) |