diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-25 00:52:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-25 00:52:38 +0000 |
commit | 62c18cdd9d510b764192bd46aae954e633b1ce11 (patch) | |
tree | 75b498bd1656560b6f3270b93f9b301e9b829f11 /www-client/links | |
parent | Don't mention the package name again in DESCRIPTION. More tidy this way. (diff) | |
download | gentoo-2-62c18cdd9d510b764192bd46aae954e633b1ce11.tar.gz gentoo-2-62c18cdd9d510b764192bd46aae954e633b1ce11.tar.bz2 gentoo-2-62c18cdd9d510b764192bd46aae954e633b1ce11.zip |
whitespace
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'www-client/links')
-rw-r--r-- | www-client/links/links-2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/links/links-2.4-r1.ebuild b/www-client/links/links-2.4-r1.ebuild index 596b939b0f0f..b2533ade59de 100644 --- a/www-client/links/links-2.4-r1.ebuild +++ b/www-client/links/links-2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.4-r1.ebuild,v 1.4 2011/11/25 00:46:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.4-r1.ebuild,v 1.5 2011/11/25 00:52:38 ssuominen Exp $ EAPI=4 inherit autotools eutils @@ -53,7 +53,7 @@ REQUIRED_USE="svga? ( suid )" DOCS=( AUTHORS BRAILLE_HOWTO BUGS ChangeLog KEYS NEWS README SITES TODO ) src_prepare() { - if use unicode ; then + if use unicode; then pushd intl >/dev/null ./gen-intl || die ./synclang || die |