diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:37 +0000 |
commit | 0242e510432ec3c1244443c9fbe5ac2c1750b40a (patch) | |
tree | 3b1eb754ae6dbfa4c9adba5bfd05a74433fb942e | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-0242e510432ec3c1244443c9fbe5ac2c1750b40a.tar.gz gentoo-2-0242e510432ec3c1244443c9fbe5ac2c1750b40a.tar.bz2 gentoo-2-0242e510432ec3c1244443c9fbe5ac2c1750b40a.zip |
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | sys-auth/munge/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/munge/munge-0.5.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/munge/ChangeLog b/sys-auth/munge/ChangeLog index 96fa6c2080f2..e4bc5c1e0d8c 100644 --- a/sys-auth/munge/ChangeLog +++ b/sys-auth/munge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/munge # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.21 2014/01/19 13:46:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.22 2014/03/01 22:38:37 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> munge-0.5.10-r1.ebuild: + Update libgcrypt dep to use slot :0. 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> munge-0.5.10-r1.ebuild: Stable for alpha, wrt bug #484320 diff --git a/sys-auth/munge/munge-0.5.10-r1.ebuild b/sys-auth/munge/munge-0.5.10-r1.ebuild index d3ec46c4fbaa..37f74893f4b4 100644 --- a/sys-auth/munge/munge-0.5.10-r1.ebuild +++ b/sys-auth/munge/munge-0.5.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.11 2014/01/19 13:46:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.12 2014/03/01 22:38:37 mgorny Exp $ EAPI=4 inherit user @@ -16,7 +16,7 @@ IUSE="gcrypt" DEPEND="app-arch/bzip2 sys-libs/zlib - gcrypt? ( dev-libs/libgcrypt ) + gcrypt? ( dev-libs/libgcrypt:0 ) !gcrypt? ( dev-libs/openssl )" RDEPEND="${DEPEND}" |