summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 )