diff options
author | J Robert Ray <jrray@gentoo.org> | 2003-05-11 01:50:51 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2003-05-11 01:50:51 +0000 |
commit | 80a47147627c9ea87003d5074c25a8a0900495de (patch) | |
tree | 275c8bae12e20530168ee70eaa17e8fa04052d1d /dev-libs/libgcrypt | |
parent | Fixes (diff) | |
download | historical-80a47147627c9ea87003d5074c25a8a0900495de.tar.gz historical-80a47147627c9ea87003d5074c25a8a0900495de.tar.bz2 historical-80a47147627c9ea87003d5074c25a8a0900495de.zip |
Making doctype depends optional, closes bug 19535.
Diffstat (limited to 'dev-libs/libgcrypt')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.12.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index 998099d02775..904e8306ee4a 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.10 2003/02/12 15:05:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.11 2003/05/11 01:50:51 jrray Exp $ + + 10 May 2003; <jrray@gentoo.org> libgcrypt-1.1.12.ebuild: + Making the doctype depends optional based on the doc use variable. Closes bug + 19535. *libgcrypt-1.1.12 (08 Feb 2003) 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} |