From b4b808cc230dbe9224b57f2519b06f6e5ba1c8e1 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 24 Aug 2020 17:27:55 +0200 Subject: [PATCH] dev-cpp/asio: stable 1.17.0 for sparc, bug #738684 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer Signed-off-by: Sergei Trofimovich --- dev-cpp/asio/asio-1.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/asio/asio-1.17.0.ebuild b/dev-cpp/asio/asio-1.17.0.ebuild index 1a7e5378adbc3..bdbca15bc10db 100644 --- a/dev-cpp/asio/asio-1.17.0.ebuild +++ b/dev-cpp/asio/asio-1.17.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" IUSE="doc examples libressl ssl test" RESTRICT="!test? ( test )" # test searches for libssl during ./configure, and REQUIRED_USE is easier than