summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-06-20 07:47:55 +0000
committerGordon Malm <gengor@gentoo.org>2009-06-20 07:47:55 +0000
commit22274299f237c5a6ab2a58dc74b99a1770eb5bcd (patch)
tree7eb76117000153717d950f0d878debfe43cfdc2b
parentAdded missing xfce4-dev-tools dep (bug #273997) (diff)
downloadgentoo-2-22274299f237c5a6ab2a58dc74b99a1770eb5bcd.tar.gz
gentoo-2-22274299f237c5a6ab2a58dc74b99a1770eb5bcd.tar.bz2
gentoo-2-22274299f237c5a6ab2a58dc74b99a1770eb5bcd.zip
Minor spelling/grammar fixes.
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r--net-libs/wvstreams/ChangeLog7
-rw-r--r--net-libs/wvstreams/wvstreams-4.5.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog
index 8d22dc835c1e..2a4c64eb9c20 100644
--- a/net-libs/wvstreams/ChangeLog
+++ b/net-libs/wvstreams/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/wvstreams
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.126 2008/12/14 18:37:39 loki_val Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.127 2009/06/20 07:47:55 gengor Exp $
+
+ 20 Jun 2009; Gordon Malm <gengor@gentoo.org> wvstreams-4.5.ebuild:
+ Minor spelling/grammar fixes.
14 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
Removing myself as maintainer, per email convo with mrness.
diff --git a/net-libs/wvstreams/wvstreams-4.5.ebuild b/net-libs/wvstreams/wvstreams-4.5.ebuild
index a8fe85ae4000..be210e6d5043 100644
--- a/net-libs/wvstreams/wvstreams-4.5.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.1 2008/12/09 23:31:27 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.2 2009/06/20 07:47:55 gengor Exp $
EAPI=2
@@ -38,9 +38,9 @@ pkg_setup() {
then
if ! version_is_at_least 4.1 "$(gcc-fullversion)"
then
- eerror "This package needs the active gcc to be atleast of version 4.1"
- eerror "or for >=dev-libs/boost-1.34.1 to be installed"
- die "Please activate >=sys-devel/gcc-4.1 with gcc-config"
+ eerror "This package requires the active gcc to be at least version 4.1"
+ eerror "or >=dev-libs/boost-1.34.1 must be installed."
+ die "Please activate >=sys-devel/gcc-4.1 with gcc-config."
fi
fi
}