diff options
author | Sam James <sam@gentoo.org> | 2024-02-11 03:39:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-11 03:39:09 +0000 |
commit | a2b45bc979ee045737528c58d223a73ae2f26086 (patch) | |
tree | 8eeb5f93b98d1bf2981f43aff34d8e523f1b9f91 /dev-cpp | |
parent | media-sound/abcm2ps: Stabilize 8.14.15 amd64, #924226 (diff) | |
download | gentoo-a2b45bc979ee045737528c58d223a73ae2f26086.tar.gz gentoo-a2b45bc979ee045737528c58d223a73ae2f26086.tar.bz2 gentoo-a2b45bc979ee045737528c58d223a73ae2f26086.zip |
dev-cpp/asio: Stabilize 1.28.1 sparc, #924249
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/asio/asio-1.28.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/asio/asio-1.28.1.ebuild b/dev-cpp/asio/asio-1.28.1.ebuild index f11d6fe751c9..af6fba282841 100644 --- a/dev-cpp/asio/asio-1.28.1.ebuild +++ b/dev-cpp/asio/asio-1.28.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |