diff options
author | 2002-08-05 16:51:50 +0000 | |
---|---|---|
committer | 2002-08-05 16:51:50 +0000 | |
commit | 382df140103665df4e64795df5cdbeeb924da7a2 (patch) | |
tree | f21436931b8f157c62e0624062aab20a406b1f20 /app-text/sablotron | |
parent | masked xpm for testing CFLAGS (diff) | |
download | historical-382df140103665df4e64795df5cdbeeb924da7a2.tar.gz historical-382df140103665df4e64795df5cdbeeb924da7a2.tar.bz2 historical-382df140103665df4e64795df5cdbeeb924da7a2.zip |
typo fixes
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/sablotron-0.95-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sablotron/sablotron-0.95-r1.ebuild b/app-text/sablotron/sablotron-0.95-r1.ebuild index be9b134cf952..52764522c04c 100644 --- a/app-text/sablotron/sablotron-0.95-r1.ebuild +++ b/app-text/sablotron/sablotron-0.95-r1.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/app-text/sablotron/sablotron-0.95-r1.ebuild,v 1.2 2002/08/05 15:42:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.95-r1.ebuild,v 1.3 2002/08/05 16:51:50 drobbins Exp $ MY_P="Sablot-${PV}" S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ SLOT="0" LICENSE="MPL-1.1" KEYWORDS="x86" -DEPEND=">=dev-libs/expat-1.95.1 +DEPEND=">=dev-libs/expat-1.95.1" src_unpack() { unpack ${A} |