diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:50:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:50:19 +0100 |
commit | b2afbb9d047fac18aa439dc63785ed84cd1308c4 (patch) | |
tree | 3f5ba44f4b44bde10cd5a7dafb01dc4bd497f526 /dev-cpp | |
parent | net-libs/libsrtp: remove unused patch (diff) | |
download | gentoo-b2afbb9d047fac18aa439dc63785ed84cd1308c4.tar.gz gentoo-b2afbb9d047fac18aa439dc63785ed84cd1308c4.tar.bz2 gentoo-b2afbb9d047fac18aa439dc63785ed84cd1308c4.zip |
dev-cpp/websocketpp: keyworded 0.8.1 for ppc, bug #640638
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild index 332c2d9ffcaa..6bf27e854c14 100644 --- a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library" HOMEPAGE="https://www.zaphoyd.com/websocketpp" SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" LICENSE="BSD" SLOT="0" IUSE="boost examples test" |