diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-08 08:44:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-08 08:44:14 +0200 |
commit | 2d0290c070c4db5ff2d098c4ae8ed02789c272ac (patch) | |
tree | 6b1cde0119e9b5f31bc04aae335f9d4d2aa160d6 /dev-cpp/asio | |
parent | media-sound/picard: amd64 stable wrt bug #856958 (diff) | |
download | gentoo-2d0290c070c4db5ff2d098c4ae8ed02789c272ac.tar.gz gentoo-2d0290c070c4db5ff2d098c4ae8ed02789c272ac.tar.bz2 gentoo-2d0290c070c4db5ff2d098c4ae8ed02789c272ac.zip |
dev-cpp/asio: arm64 stable wrt bug #856946
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/asio-1.10.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/asio/asio-1.10.8.ebuild b/dev-cpp/asio/asio-1.10.8.ebuild index dcdcee8f9c29..7c46389ab54c 100644 --- a/dev-cpp/asio/asio-1.10.8.ebuild +++ b/dev-cpp/asio/asio-1.10.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ssl test" RESTRICT="!test? ( test )" |