summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-04-13 11:08:22 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-04-13 11:08:22 +0000
commit74301c339358db321a6cee32e065a41866279645 (patch)
tree2bfae4a0fc0c428a597d5231199a589ad92a4912 /dev-cpp/asio
parentVersion bump. Thanks to Tim Harder (#314917) (diff)
downloadgentoo-2-74301c339358db321a6cee32e065a41866279645.tar.gz
gentoo-2-74301c339358db321a6cee32e065a41866279645.tar.bz2
gentoo-2-74301c339358db321a6cee32e065a41866279645.zip
x86 stable wrt bug #313401
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r--dev-cpp/asio/ChangeLog7
-rw-r--r--dev-cpp/asio/asio-1.4.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog
index 3d66b7ad7aad..169d1ec11866 100644
--- a/dev-cpp/asio/ChangeLog
+++ b/dev-cpp/asio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/asio
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.17 2009/09/11 11:22:52 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.18 2010/04/13 11:08:22 phajdan.jr Exp $
+
+ 13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> asio-1.4.1.ebuild:
+ x86 stable wrt bug #313401
11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> asio-1.4.1.ebuild:
Fix DEPEND/RDEPEND assignment.
diff --git a/dev-cpp/asio/asio-1.4.1.ebuild b/dev-cpp/asio/asio-1.4.1.ebuild
index dafebb589a86..235e14ab4d5d 100644
--- a/dev-cpp/asio/asio-1.4.1.ebuild
+++ b/dev-cpp/asio/asio-1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.2 2009/09/11 11:22:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.3 2010/04/13 11:08:22 phajdan.jr Exp $
EAPI=2
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="doc examples ssl test"
RDEPEND="ssl? ( dev-libs/openssl )