diff options
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild index 1fb550e4c519..0f3bf262ab2d 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild,v 1.1 2003/02/08 16:27:11 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild,v 1.2 2003/05/11 01:50:51 jrray Exp $ S=${WORKDIR}/${P} DESCRIPTION="libgcrypt is a general purpose crypto library based on the code used in GnuPG." @@ -11,12 +11,12 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~ppc ~sparc" -DEPEND="app-text/jadetex +DEPEND="doc? ( app-text/jadetex app-text/docbook-sgml-utils - >=app-text/docbook-dsssl-stylesheets-1.77-r2" + >=app-text/docbook-dsssl-stylesheets-1.77-r2 )" RDEPEND="nls? ( sys-devel/gettext )" -IUSE="nls" +IUSE="doc nls" src_unpack() { unpack ${A} |