diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:31:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:31:39 +0000 |
commit | 92fc7d261bb38e8440773b56660ce824da01365f (patch) | |
tree | d519187ba5d36629ec00e8dd7fc5b9fe8b781ac3 /net-libs/libotr/libotr-3.2.1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-92fc7d261bb38e8440773b56660ce824da01365f.tar.gz gentoo-2-92fc7d261bb38e8440773b56660ce824da01365f.tar.bz2 gentoo-2-92fc7d261bb38e8440773b56660ce824da01365f.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-libs/libotr/libotr-3.2.1.ebuild')
-rw-r--r-- | net-libs/libotr/libotr-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libotr/libotr-3.2.1.ebuild b/net-libs/libotr/libotr-3.2.1.ebuild index 265181e63f02..ad4183619c0e 100644 --- a/net-libs/libotr/libotr-3.2.1.ebuild +++ b/net-libs/libotr/libotr-3.2.1.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/net-libs/libotr/libotr-3.2.1.ebuild,v 1.8 2014/02/14 20:56:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.9 2014/03/01 22:31:38 mgorny Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -RDEPEND=">=dev-libs/libgcrypt-1.2 +RDEPEND=">=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error" DEPEND="${RDEPEND}" |