diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-15 01:54:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-15 01:54:39 +0000 |
commit | ecb2288f2d01b25e7e493c67d12ad2ddee2de549 (patch) | |
tree | 4631103edb646c24e526c4ca026e00abe602b558 /net-dialup | |
parent | whitespace (diff) | |
download | gentoo-2-ecb2288f2d01b25e7e493c67d12ad2ddee2de549.tar.gz gentoo-2-ecb2288f2d01b25e7e493c67d12ad2ddee2de549.tar.bz2 gentoo-2-ecb2288f2d01b25e7e493c67d12ad2ddee2de549.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/minicom-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/minicom/minicom-2.3.ebuild b/net-dialup/minicom/minicom-2.3.ebuild index 302668980c0f..b252dfd31df8 100644 --- a/net-dialup/minicom/minicom-2.3.ebuild +++ b/net-dialup/minicom/minicom-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.3.ebuild,v 1.1 2008/04/14 20:30:15 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.3.ebuild,v 1.2 2008/04/15 01:54:39 mr_bones_ Exp $ inherit eutils @@ -30,7 +30,7 @@ src_unpack() { unpack ${A} epatch "${FILESDIR}"/${P}-gentoo-runscript.patch epatch "${FILESDIR}"/${P}-one-off.patch - + # remove these lines when upstream release a new version mv ${PN}-2.2 ${P} || die "apparently version number has been corrected" cd "${S}" |