diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-20 18:27:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-20 18:27:52 +0000 |
commit | fff33005a31ea8f018f4443e657f69c9c640800b (patch) | |
tree | 8e9f61450cac795b1c32290eb04d95cfc4517962 /dev-perl/DB_File/DB_File-1.803.ebuild | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-fff33005a31ea8f018f4443e657f69c9c640800b.tar.gz gentoo-2-fff33005a31ea8f018f4443e657f69c9c640800b.tar.bz2 gentoo-2-fff33005a31ea8f018f4443e657f69c9c640800b.zip |
indent fix
Diffstat (limited to 'dev-perl/DB_File/DB_File-1.803.ebuild')
-rw-r--r-- | dev-perl/DB_File/DB_File-1.803.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DB_File/DB_File-1.803.ebuild b/dev-perl/DB_File/DB_File-1.803.ebuild index fe6c6fe2a00c..19663e94792d 100644 --- a/dev-perl/DB_File/DB_File-1.803.ebuild +++ b/dev-perl/DB_File/DB_File-1.803.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-perl/DB_File/DB_File-1.803.ebuild,v 1.9 2002/10/17 16:43:13 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DB_File/DB_File-1.803.ebuild,v 1.10 2002/10/20 18:27:52 seemant Exp $ inherit perl-module @@ -14,7 +14,7 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="${DEPEND} - >=sys-libs/db-3.2" + >=sys-libs/db-3.2" mydoc="Changes" |