summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-08-05 20:43:14 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-08-05 20:43:14 +0000
commite63b3513e4f1263415363bca07dfcc191d9ba5bb (patch)
tree15f11e5370ee0ddc1b07e9c82ebc2c3be0eea907 /dev-cpp
parentkeyword amd64-linux, x86-linux (diff)
downloadgentoo-2-e63b3513e4f1263415363bca07dfcc191d9ba5bb.tar.gz
gentoo-2-e63b3513e4f1263415363bca07dfcc191d9ba5bb.tar.bz2
gentoo-2-e63b3513e4f1263415363bca07dfcc191d9ba5bb.zip
Keyword ~arm
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/asio/ChangeLog7
-rw-r--r--dev-cpp/asio/asio-1.4.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog
index c710afe88277..4fbf0a7c9837 100644
--- a/dev-cpp/asio/ChangeLog
+++ b/dev-cpp/asio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/asio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.31 2011/11/26 09:48:53 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.32 2012/08/05 20:43:13 blueness Exp $
+
+ 05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> asio-1.4.8.ebuild:
+ Keyword ~arm
*asio-1.4.8 (26 Nov 2011)
diff --git a/dev-cpp/asio/asio-1.4.8.ebuild b/dev-cpp/asio/asio-1.4.8.ebuild
index 7a7e0f443fdc..d88ee38a1bcd 100644
--- a/dev-cpp/asio/asio-1.4.8.ebuild
+++ b/dev-cpp/asio/asio-1.4.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.8.ebuild,v 1.1 2011/11/26 09:48:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.8.ebuild,v 1.2 2012/08/05 20:43:14 blueness Exp $
EAPI=4
@@ -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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples ssl test"
RDEPEND="ssl? ( dev-libs/openssl )