Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/asio/
Date: Mon, 24 Aug 2020 17:33:12
Message-Id: 1598290376.b4b808cc230dbe9224b57f2519b06f6e5ba1c8e1.slyfox@gentoo
1 commit: b4b808cc230dbe9224b57f2519b06f6e5ba1c8e1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Aug 24 15:27:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 17:32:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b808cc
7
8 dev-cpp/asio: stable 1.17.0 for sparc, bug #738684
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-cpp/asio/asio-1.17.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-cpp/asio/asio-1.17.0.ebuild b/dev-cpp/asio/asio-1.17.0.ebuild
19 index 1a7e5378adb..bdbca15bc10 100644
20 --- a/dev-cpp/asio/asio-1.17.0.ebuild
21 +++ b/dev-cpp/asio/asio-1.17.0.ebuild
22 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
23
24 LICENSE="Boost-1.0"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
28 IUSE="doc examples libressl ssl test"
29 RESTRICT="!test? ( test )"
30 # test searches for libssl during ./configure, and REQUIRED_USE is easier than