summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-31 22:37:27 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-31 22:37:27 +0000
commit64747ae3b12d360f23bfb23a6d5a5590a7b866a3 (patch)
treee9f0f59639fd09ccb1dad0bad22ecbb88e2af5a2 /dev-cpp
parentStable on amd64 wrt bug #330311 (diff)
downloadgentoo-2-64747ae3b12d360f23bfb23a6d5a5590a7b866a3.tar.gz
gentoo-2-64747ae3b12d360f23bfb23a6d5a5590a7b866a3.tar.bz2
gentoo-2-64747ae3b12d360f23bfb23a6d5a5590a7b866a3.zip
Stable on amd64 wrt bug #330453
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/asio/ChangeLog5
-rw-r--r--dev-cpp/asio/asio-1.4.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog
index 31f9941c1f39..12f4c2448a9d 100644
--- a/dev-cpp/asio/ChangeLog
+++ b/dev-cpp/asio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/asio
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.26 2010/07/31 20:24:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.27 2010/07/31 22:37:27 hwoarang Exp $
+
+ 31 Jul 2010; Markos Chandras <hwoarang@gentoo.org> asio-1.4.5.ebuild:
+ Stable on amd64 wrt bug #330453
31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> asio-1.4.5.ebuild:
x86 stable wrt bug #330453
diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild
index 2bc9b629c166..37c502e0b3bb 100644
--- a/dev-cpp/asio/asio-1.4.5.ebuild
+++ b/dev-cpp/asio/asio-1.4.5.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.5 2010/07/31 20:24:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.6 2010/07/31 22:37:27 hwoarang Exp $
EAPI=2
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="doc examples ssl test"
DEPEND="ssl? ( dev-libs/openssl )