diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-23 08:42:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-23 08:42:49 +0200 |
commit | 205e00b23b702d82815cd45fc3211e1dfd9f1c7c (patch) | |
tree | 47bd479d4fa26cc6bef5eec1232d2f6bd5a09f71 /dev-cpp/asio | |
parent | dev-cpp/asio: ppc stable wrt bug #847022 (diff) | |
download | gentoo-205e00b23b702d82815cd45fc3211e1dfd9f1c7c.tar.gz gentoo-205e00b23b702d82815cd45fc3211e1dfd9f1c7c.tar.bz2 gentoo-205e00b23b702d82815cd45fc3211e1dfd9f1c7c.zip |
dev-cpp/asio: ppc64 stable wrt bug #847022
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/asio-1.22.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/asio/asio-1.22.1.ebuild b/dev-cpp/asio/asio-1.22.1.ebuild index c69f1aca9072..6996cda3554d 100644 --- a/dev-cpp/asio/asio-1.22.1.ebuild +++ b/dev-cpp/asio/asio-1.22.1.ebuild @@ -11,7 +11,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 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="doc examples test" RESTRICT="!test? ( test )" |