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 | |
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')
-rw-r--r-- | net-libs/libotr/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libotr/libotr-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libotr/libotr-4.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog index 601997070412..3713b0dbed7b 100644 --- a/net-libs/libotr/ChangeLog +++ b/net-libs/libotr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libotr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.50 2014/02/14 20:56:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.51 2014/03/01 22:31:39 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libotr-3.2.1.ebuild, + libotr-4.0.0.ebuild: + Update libgcrypt dep to use slot :0. 14 Feb 2014; Manuel Rüger <mrueg@gentoo.org> libotr-3.2.1.ebuild, libotr-4.0.0.ebuild: 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}" diff --git a/net-libs/libotr/libotr-4.0.0.ebuild b/net-libs/libotr/libotr-4.0.0.ebuild index e826f37d0eda..b21ae7587eb7 100644 --- a/net-libs/libotr/libotr-4.0.0.ebuild +++ b/net-libs/libotr/libotr-4.0.0.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-4.0.0.ebuild,v 1.3 2014/02/14 20:56:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-4.0.0.ebuild,v 1.4 2014/03/01 22:31:38 mgorny Exp $ EAPI=5 @@ -13,7 +13,7 @@ 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" IUSE="" -RDEPEND=">=dev-libs/libgcrypt-1.2 +RDEPEND=">=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error" DEPEND="${RDEPEND}" |