From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8907B139083 for ; Thu, 21 Dec 2017 22:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BE4E0F97; Thu, 21 Dec 2017 22:41:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB24E0F97 for ; Thu, 21 Dec 2017 22:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F14933BEF8 for ; Thu, 21 Dec 2017 22:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE8D6AE84 for ; Thu, 21 Dec 2017 22:41:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1513896056.0052b533eb3c73d989aa1caf61bc2dc2b9e418f2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/websocketpp/websocketpp-0.7.0.ebuild X-VCS-Directories: dev-cpp/websocketpp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0052b533eb3c73d989aa1caf61bc2dc2b9e418f2 X-VCS-Branch: master Date: Thu, 21 Dec 2017 22:41:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e229ba8-0d04-41d7-a939-f842cacb5462 X-Archives-Hash: 8250c568f259a60a45629d51213a06e2 commit: 0052b533eb3c73d989aa1caf61bc2dc2b9e418f2 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Dec 21 22:40:56 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Dec 21 22:40:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0052b533 dev-cpp/websocketpp: keyworded 0.7.0 for ia64 (thanks to Xeha) Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild index 5b9f92cf26a..e31e6063b9f 100644 --- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild @@ -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 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" LICENSE="BSD" SLOT="0" IUSE="boost examples test"