diff options
author | 2007-08-05 04:25:44 +0000 | |
---|---|---|
committer | 2007-08-05 04:25:44 +0000 | |
commit | 124486001790e1bd9884fde21bc88b218fdf0702 (patch) | |
tree | 84368a774d6390c5c18581a0adb7b2abd7e9f81f /app-arch/rar | |
parent | Drop networkmanager IUSE, so that evolution-2.10 can be stabilized, while net... (diff) | |
download | gentoo-2-124486001790e1bd9884fde21bc88b218fdf0702.tar.gz gentoo-2-124486001790e1bd9884fde21bc88b218fdf0702.tar.bz2 gentoo-2-124486001790e1bd9884fde21bc88b218fdf0702.zip |
fix typo.
(Portage version: 2.1.3.3)
Diffstat (limited to 'app-arch/rar')
-rw-r--r-- | app-arch/rar/rar-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rar/rar-3.6.0.ebuild b/app-arch/rar/rar-3.6.0.ebuild index 818c8535039d..913123258803 100644 --- a/app-arch/rar/rar-3.6.0.ebuild +++ b/app-arch/rar/rar-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.6.0.ebuild,v 1.6 2007/07/10 13:07:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.6.0.ebuild,v 1.7 2007/08/05 04:25:44 rajiv Exp $ inherit toolchain-funcs @@ -36,7 +36,7 @@ src_install() { pkg_postinst() { if [[ $(gcc-major-version) = "3" && $(gcc-minor-version) -lt 4 ]]; then - ewarn "System gcc is too old to run $PN}." + ewarn "System gcc is too old to run ${PN}." ewarn "${PN} requires >=sys-devel/gcc-3.4 to run." fi } |