diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-16 16:30:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-16 16:30:11 +0000 |
commit | da86eca907f570651ceaa8c30f41f3014e945104 (patch) | |
tree | 5938ae98bbdb325543a48d8f1b1f44ea0c0beabe /dev-cpp | |
parent | Convert to ruby-ng. Run tests. (diff) | |
download | gentoo-2-da86eca907f570651ceaa8c30f41f3014e945104.tar.gz gentoo-2-da86eca907f570651ceaa8c30f41f3014e945104.tar.bz2 gentoo-2-da86eca907f570651ceaa8c30f41f3014e945104.zip |
Add ~alpha/~ia64/~sparc wrt #316219
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/asio/asio-0.3.9.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.1.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 72af82fb001d..c066c784a008 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2010/04/13 20:45:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.20 2010/05/16 16:30:11 armin76 Exp $ + + 16 May 2010; Raúl Porcel <armin76@gentoo.org> asio-0.3.9.ebuild, + asio-1.1.0.ebuild, asio-1.4.1.ebuild: + Add ~alpha/~ia64/~sparc wrt #316219 13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> asio-1.4.1.ebuild: Stable on amd64 wrt bug #313401 diff --git a/dev-cpp/asio/asio-0.3.9.ebuild b/dev-cpp/asio/asio-0.3.9.ebuild index ef83e4262ad9..56454d2d00d2 100644 --- a/dev-cpp/asio/asio-0.3.9.ebuild +++ b/dev-cpp/asio/asio-0.3.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 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-0.3.9.ebuild,v 1.3 2008/02/05 23:17:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.9.ebuild,v 1.4 2010/05/16 16:30:11 armin76 Exp $ inherit eutils -KEYWORDS="amd64 x86" +KEYWORDS="~alpha amd64 ~ia64 ~sparc x86" DESCRIPTION="Asynchronous Network Library" HOMEPAGE="http://asio.sourceforge.net/" diff --git a/dev-cpp/asio/asio-1.1.0.ebuild b/dev-cpp/asio/asio-1.1.0.ebuild index ae6e76a14ee3..153093ff7572 100644 --- a/dev-cpp/asio/asio-1.1.0.ebuild +++ b/dev-cpp/asio/asio-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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.1.0.ebuild,v 1.1 2008/06/11 16:21:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.1.0.ebuild,v 1.2 2010/05/16 16:30:11 armin76 Exp $ DESCRIPTION="Asynchronous Network Library" HOMEPAGE="http://asio.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="doc examples ssl test" DEPEND="ssl? ( dev-libs/openssl ) diff --git a/dev-cpp/asio/asio-1.4.1.ebuild b/dev-cpp/asio/asio-1.4.1.ebuild index 661acd3f10b2..891f72ed16ca 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.4 2010/04/13 20:45:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.5 2010/05/16 16:30:11 armin76 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="~alpha amd64 ~ia64 ~sparc x86" IUSE="doc examples ssl test" RDEPEND="ssl? ( dev-libs/openssl ) |