summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-06-13 07:46:46 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-06-13 07:46:46 +0000
commitb58a9675d8785127269b828bd988c0e4b93dc02f (patch)
tree1457d7d2dcba4b8a3977a82c989f3b46c7de74f8 /app-crypt/dirmngr/dirmngr-0.9.3.ebuild
parentMove libassuan to DEPEND per bug#179663, cleanup (diff)
downloadgentoo-2-b58a9675d8785127269b828bd988c0e4b93dc02f.tar.gz
gentoo-2-b58a9675d8785127269b828bd988c0e4b93dc02f.tar.bz2
gentoo-2-b58a9675d8785127269b828bd988c0e4b93dc02f.zip
Move libassuan to DEPEND per bug#179663
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-crypt/dirmngr/dirmngr-0.9.3.ebuild')
-rw-r--r--app-crypt/dirmngr/dirmngr-0.9.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/dirmngr/dirmngr-0.9.3.ebuild b/app-crypt/dirmngr/dirmngr-0.9.3.ebuild
index 4fdab63c3770..94a648f13501 100644
--- a/app-crypt/dirmngr/dirmngr-0.9.3.ebuild
+++ b/app-crypt/dirmngr/dirmngr-0.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-0.9.3.ebuild,v 1.12 2006/11/16 00:08:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-0.9.3.ebuild,v 1.13 2007/06/13 07:46:46 alonbl Exp $
DESCRIPTION="DirMngr is a daemon to handle CRL and certificate requests for GnuPG"
HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#dirmngr"
@@ -14,12 +14,12 @@ IUSE="nls"
RDEPEND=">=net-nds/openldap-2.1.26
>=dev-libs/libgpg-error-0.7
>=dev-libs/libgcrypt-1.1.94
- >=dev-libs/libassuan-0.6.8
>=dev-libs/libksba-0.9.11
>=dev-libs/pth-1.3.7
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
+ >=dev-libs/libassuan-0.6.8
nls? ( >=sys-devel/gettext-0.12.1 )"
src_compile() {