diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-08-25 19:59:58 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-08-25 20:00:18 -0400 |
commit | ebb16e700d59f5aab1a85d29e5e1801f01e6ec65 (patch) | |
tree | 1ffd890bb344ff797542adc2991dbdc575dbc989 /dev-cpp | |
parent | net-analyzer/iftop: amd64 stable wrt bug #615812 (diff) | |
download | gentoo-ebb16e700d59f5aab1a85d29e5e1801f01e6ec65.tar.gz gentoo-ebb16e700d59f5aab1a85d29e5e1801f01e6ec65.tar.bz2 gentoo-ebb16e700d59f5aab1a85d29e5e1801f01e6ec65.zip |
dev-cpp/websocketpp: keyword ~arm and ~ppc, bug #628436
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild index 70d75c081e46..22bf6c0e1e87 100644 --- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library" HOMEPAGE="http://www.zaphoyd.com/websocketpp" SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" LICENSE="BSD" SLOT="0" IUSE="boost examples test" |