diff options
author | Matthew Turk <satai@gentoo.org> | 2003-01-03 07:01:11 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-01-03 07:01:11 +0000 |
commit | 7ec77002141f8b6736e4ef187a8eb87b2b4c9591 (patch) | |
tree | 456af359cebbe871b50306196e88613df9edfe77 /dev-libs/libgcrypt | |
parent | Fixing conflict between this package and docbook-sgml-utils, as that is the o... (diff) | |
download | gentoo-2-7ec77002141f8b6736e4ef187a8eb87b2b4c9591.tar.gz gentoo-2-7ec77002141f8b6736e4ef187a8eb87b2b4c9591.tar.bz2 gentoo-2-7ec77002141f8b6736e4ef187a8eb87b2b4c9591.zip |
Changing docbook2X to docbook-sgml-utils in dependencies.
Diffstat (limited to 'dev-libs/libgcrypt')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index c4412f5d0f8c..b5a2a045da57 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.6 2002/12/17 19:18:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.7 2003/01/03 07:01:11 satai Exp $ + + 03 Jan 2003; Matthew Turk <satai@gentoo.org> : + Changed docbook2X dependency to docbook-sgml-utils, as both have the same + results and docbook-sgml-utils is more dependable, although I can't really + tell where the docbook2X system is used in this. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild index d3802e915570..9ae3512d16f4 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.9 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.10 2003/01/03 07:01:11 satai Exp $ IUSE="nls" @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " DEPEND="app-text/jadetex - app-text/docbook2X" + app-text/docbook-sgml-utils" RDEPEND="nls? ( sys-devel/gettext )" diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild index 59b1b0a55c66..91b1a61c49e1 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.8.ebuild,v 1.2 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.8.ebuild,v 1.3 2003/01/03 07:01:11 satai Exp $ S=${WORKDIR}/${P} DESCRIPTION="libgcrypt is a general purpose crypto library based on the code used in GnuPG." @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" KEYWORDS="~x86 ~ppc ~sparc " DEPEND="app-text/jadetex - app-text/docbook2X" + app-text/docbook-sgml-utils" RDEPEND="nls? ( sys-devel/gettext )" |