summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTod Neidt <tod@gentoo.org>2002-03-12 16:05:09 +0000
committerTod Neidt <tod@gentoo.org>2002-03-12 16:05:09 +0000
commitbe10998d34e21cf7d7be739ba4b5d1ea8fcc14e9 (patch)
tree5e7b49ec0a350019bf6147f56606225e7fdde7af /skel.ebuild
parentzappo (diff)
downloadhistorical-be10998d34e21cf7d7be739ba4b5d1ea8fcc14e9.tar.gz
historical-be10998d34e21cf7d7be739ba4b5d1ea8fcc14e9.tar.bz2
historical-be10998d34e21cf7d7be739ba4b5d1ea8fcc14e9.zip
Fixed typo in dependency example (extra space, Bug# 933). Thanks for the catch Bryce Allen.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 09c14f7eb6b1..7a5b8a5cdd7b 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: First Last <your email>
-# $Header: /home/cvsroot/gentoo-x86/skel.build,v 1.14 2002/02/01 19:50:13 gbevin Exp $
+# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp $
# NOTE: The comments in this file are for instruction and
# documentation. They're not meant to appear with your final,
@@ -31,7 +31,7 @@ SRC_URI="ftp://foo.bar.com/${P}.tar.gz"
HOMEPAGE="http://"
# Build-time dependencies, such as
-# ssl ? ( >=openssl-0.9.6b )
+# ssl? ( >=openssl-0.9.6b )
# >=perl-5.6.1-r1
# It is advisable to use the >= syntax show above, to reflect what you
# had installed on your system when you tested the package. Then