diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-05 18:01:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-05 18:01:24 +0000 |
commit | d0f39c9aebd9a3ee990788b252787269520e66a7 (patch) | |
tree | e59eb8640ad5329b8e65c2e8e098c879752b2097 /dev-cpp | |
parent | Version bumped. (diff) | |
download | gentoo-2-d0f39c9aebd9a3ee990788b252787269520e66a7.tar.gz gentoo-2-d0f39c9aebd9a3ee990788b252787269520e66a7.tar.bz2 gentoo-2-d0f39c9aebd9a3ee990788b252787269520e66a7.zip |
Keyword ~ppc64 wrt #316219
(Portage version: 2.2_rc67/cvs/Linux x86_64)
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 f4c1e2e51823..7dea3f6e0253 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.22 2010/07/03 15:17:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.23 2010/07/05 18:01:24 ssuominen Exp $ + + 05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> asio-1.4.5.ebuild: + Keyword ~ppc64 wrt #316219 03 Jul 2010; Raúl Porcel <armin76@gentoo.org> asio-1.4.1.ebuild: alpha/ia64/sparc stable wrt #326499 diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index da448f0bea45..f7cee7530c01 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.1 2010/07/02 14:58:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.2 2010/07/05 18:01:24 ssuominen Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc examples ssl test" DEPEND="ssl? ( dev-libs/openssl ) |