diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-25 23:40:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-25 23:40:33 +0000 |
commit | f2c01557ce8d05c18fdc1b032f2403cb77792b98 (patch) | |
tree | b74d12ccdc1343d9381f2b67dd64f0306737a1a8 /net-libs | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-f2c01557ce8d05c18fdc1b032f2403cb77792b98.tar.gz gentoo-2-f2c01557ce8d05c18fdc1b032f2403cb77792b98.tar.bz2 gentoo-2-f2c01557ce8d05c18fdc1b032f2403cb77792b98.zip |
Fix the UTF8 in the USE flag.
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/zeromq/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/zeromq/metadata.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/zeromq/ChangeLog b/net-libs/zeromq/ChangeLog index f5e275a7eb9b..90c4c4d4fd29 100644 --- a/net-libs/zeromq/ChangeLog +++ b/net-libs/zeromq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/zeromq # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.1 2010/09/25 19:59:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.2 2010/09/25 23:40:33 robbat2 Exp $ + + 25 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: + Fix the UTF8 in the USE flag. *zeromq-2.0.9 (25 Sep 2010) diff --git a/net-libs/zeromq/metadata.xml b/net-libs/zeromq/metadata.xml index 7ccb939d7e35..34cbf22f771d 100644 --- a/net-libs/zeromq/metadata.xml +++ b/net-libs/zeromq/metadata.xml @@ -23,7 +23,7 @@ <!-- remote-id type="github">zeromq/zeromq2</remote-id--> </upstream> <longdescription lang="en"> - The ØMQ lightweight messaging kernel is a library which + The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous @@ -33,7 +33,7 @@ </longdescription> <use> <flag name="pgm"> - ØMQ is build with 'Pragmatic General Multicast' (RFC 3208) support + 0MQ is build with 'Pragmatic General Multicast' (RFC 3208) support using the excellent OpenPGM implementation. </flag> </use> |