summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-07-20 01:19:18 +0000
committerJeroen Roovers <jer@gentoo.org>2010-07-20 01:19:18 +0000
commit171f84fde8a20d2bdaab7620194ae6257a6268e8 (patch)
tree52e811c514d25df7547f4591bccf477572b6352f /dev-cpp/asio
parentStable for HPPA (bug #320597). (diff)
downloadgentoo-2-171f84fde8a20d2bdaab7620194ae6257a6268e8.tar.gz
gentoo-2-171f84fde8a20d2bdaab7620194ae6257a6268e8.tar.bz2
gentoo-2-171f84fde8a20d2bdaab7620194ae6257a6268e8.zip
Marked ~hppa (bug #316219).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r--dev-cpp/asio/ChangeLog5
-rw-r--r--dev-cpp/asio/asio-1.4.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog
index 8b6128118a40..8e3e9a307857 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.24 2010/07/06 14:14:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.25 2010/07/20 01:19:18 jer Exp $
+
+ 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> asio-1.4.5.ebuild:
+ Marked ~hppa (bug #316219).
06 Jul 2010; Jeroen Roovers <jer@gentoo.org> asio-1.4.5.ebuild:
Marked ~ppc (bug #316219).
diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild
index 75e16a95c964..882e55c225ca 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.3 2010/07/06 14:14:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.4 2010/07/20 01:19:18 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 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples ssl test"
DEPEND="ssl? ( dev-libs/openssl )