diff options
author | 2005-02-18 17:39:47 +0000 | |
---|---|---|
committer | 2005-02-18 17:39:47 +0000 | |
commit | 5ba4964de1b9f80d7867525bf48bbdb133714228 (patch) | |
tree | 667b0462a319cf175e34d00f3b499eb3255cde2b | |
parent | fix repoman issues; tidy (diff) | |
download | gentoo-2-5ba4964de1b9f80d7867525bf48bbdb133714228.tar.gz gentoo-2-5ba4964de1b9f80d7867525bf48bbdb133714228.tar.bz2 gentoo-2-5ba4964de1b9f80d7867525bf48bbdb133714228.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51-r15)
-rw-r--r-- | www-apps/nut/nut-2.0.1_pre4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/nut/nut-2.0.1_pre4.ebuild b/www-apps/nut/nut-2.0.1_pre4.ebuild index 83d38ef8d5eb..043ebad345d6 100644 --- a/www-apps/nut/nut-2.0.1_pre4.ebuild +++ b/www-apps/nut/nut-2.0.1_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/nut-2.0.1_pre4.ebuild,v 1.1 2005/02/17 19:17:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/nut-2.0.1_pre4.ebuild,v 1.2 2005/02/18 17:39:47 mr_bones_ Exp $ inherit fixheadtails @@ -24,7 +24,7 @@ DEPEND="$RDEPEND >=sys-devel/autoconf-2.58" src_unpack() { - unpack ${A} + unpack ${A} cd "${S}" |