diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-06 14:14:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-06 14:14:41 +0000 |
commit | c9091c2f10037a2dc0fff57f9594f232d53f3e32 (patch) | |
tree | 1f14fe90b2c110aa24c1e606de5464fe224e9fe5 /dev-cpp | |
parent | Keyword ~ppc64 wrt #313563 (diff) | |
download | gentoo-2-c9091c2f10037a2dc0fff57f9594f232d53f3e32.tar.gz gentoo-2-c9091c2f10037a2dc0fff57f9594f232d53f3e32.tar.bz2 gentoo-2-c9091c2f10037a2dc0fff57f9594f232d53f3e32.zip |
Marked ~ppc (bug #316219).
(Portage version: 2.2_rc67/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 7dea3f6e0253..8b6128118a40 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.23 2010/07/05 18:01:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.24 2010/07/06 14:14:41 jer Exp $ + + 06 Jul 2010; Jeroen Roovers <jer@gentoo.org> asio-1.4.5.ebuild: + Marked ~ppc (bug #316219). 05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> asio-1.4.5.ebuild: Keyword ~ppc64 wrt #316219 diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index f7cee7530c01..75e16a95c964 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.2 2010/07/05 18:01:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.3 2010/07/06 14:14:41 jer 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 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc examples ssl test" DEPEND="ssl? ( dev-libs/openssl ) |