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
commitcfd4ecac6236534e77dc09194793acf0e96e9898 (patch)
tree84f6091b5690284f2af2c672d384f7e5815ce4d5 /skel.ebuild
parentzappo (diff)
downloadgentoo-2-cfd4ecac6236534e77dc09194793acf0e96e9898.tar.gz
gentoo-2-cfd4ecac6236534e77dc09194793acf0e96e9898.tar.bz2
gentoo-2-cfd4ecac6236534e77dc09194793acf0e96e9898.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