diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:45:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:45:06 +0000 |
commit | 0c8662f69567109f55c079d25e0fe381c8b1c2c1 (patch) | |
tree | db49e5c93e00b922c4196f3d7d3d2b0dc3738a66 /dev-cpp/asio | |
parent | Silence sandbox. Thanks to Brian (ferringb) for help. Force due to unupdated cvs (diff) | |
download | gentoo-2-0c8662f69567109f55c079d25e0fe381c8b1c2c1.tar.gz gentoo-2-0c8662f69567109f55c079d25e0fe381c8b1c2c1.tar.bz2 gentoo-2-0c8662f69567109f55c079d25e0fe381c8b1c2c1.zip |
Stable on amd64 wrt bug #313401
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 169d1ec11866..72af82fb001d 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.18 2010/04/13 11:08:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.19 2010/04/13 20:45:06 hwoarang Exp $ + + 13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> asio-1.4.1.ebuild: + Stable on amd64 wrt bug #313401 13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> asio-1.4.1.ebuild: x86 stable wrt bug #313401 diff --git a/dev-cpp/asio/asio-1.4.1.ebuild b/dev-cpp/asio/asio-1.4.1.ebuild index 235e14ab4d5d..661acd3f10b2 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-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.3 2010/04/13 11:08:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.4 2010/04/13 20:45:06 hwoarang 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 ) |