diff options
author | 2010-07-31 20:24:12 +0000 | |
---|---|---|
committer | 2010-07-31 20:24:12 +0000 | |
commit | d79b48520243acc51251ec6164f6047ecc7f7d34 (patch) | |
tree | 89d1dd0504747915d8a51258fcf695834e9383c0 /dev-cpp | |
parent | QA: Fix deps on lxde-common. Now it wont pull one fixed version but rather an... (diff) | |
download | gentoo-2-d79b48520243acc51251ec6164f6047ecc7f7d34.tar.gz gentoo-2-d79b48520243acc51251ec6164f6047ecc7f7d34.tar.bz2 gentoo-2-d79b48520243acc51251ec6164f6047ecc7f7d34.zip |
x86 stable wrt bug #330453
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 8e3e9a307857..31f9941c1f39 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.25 2010/07/20 01:19:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.26 2010/07/31 20:24:12 phajdan.jr Exp $ + + 31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> asio-1.4.5.ebuild: + x86 stable wrt bug #330453 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> asio-1.4.5.ebuild: Marked ~hppa (bug #316219). diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index 882e55c225ca..2bc9b629c166 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.4 2010/07/20 01:19:18 jer Exp $ +# $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 $ 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 ) |