diff options
author | 2014-03-01 22:34:29 +0000 | |
---|---|---|
committer | 2014-03-01 22:34:29 +0000 | |
commit | 1916c29f28d4bc708f913e4d6a15eb95981de25a (patch) | |
tree | cbbbd2a6e90ac62bd90012914fc5361dcbd23bbc /app-crypt/shishi/shishi-1.0.1-r1.ebuild | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-1916c29f28d4bc708f913e4d6a15eb95981de25a.tar.gz gentoo-2-1916c29f28d4bc708f913e4d6a15eb95981de25a.tar.bz2 gentoo-2-1916c29f28d4bc708f913e4d6a15eb95981de25a.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 'app-crypt/shishi/shishi-1.0.1-r1.ebuild')
-rw-r--r-- | app-crypt/shishi/shishi-1.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/shishi/shishi-1.0.1-r1.ebuild b/app-crypt/shishi/shishi-1.0.1-r1.ebuild index 37b29bc505dd..e950a60c0d0c 100644 --- a/app-crypt/shishi/shishi-1.0.1-r1.ebuild +++ b/app-crypt/shishi/shishi-1.0.1-r1.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/app-crypt/shishi/shishi-1.0.1-r1.ebuild,v 1.1 2012/10/09 08:50:50 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1-r1.ebuild,v 1.2 2014/03/01 22:34:29 mgorny Exp $ EAPI=4 inherit multilib autotools eutils @@ -17,7 +17,7 @@ IUSE="gnutls idn ipv6 nls pam +des +3des +aes +md +null +arcfour static-libs" DEPEND="gnutls? ( net-libs/gnutls ) idn? ( net-dns/libidn ) dev-libs/libtasn1 - dev-libs/libgcrypt + dev-libs/libgcrypt:0 dev-libs/libgpg-error virtual/libiconv virtual/libintl" |