diff options
author | Sam James <sam@gentoo.org> | 2024-08-09 09:56:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-09 09:56:14 +0100 |
commit | 33d0aca399c5f55dfdb11d7afe65986994d972a5 (patch) | |
tree | db6a09ef7031439c29594b789a959c089d4423a9 /dev-cpp/asio | |
parent | dev-db/postgresql: Stabilize 16.4 sparc, #937572 (diff) | |
download | gentoo-33d0aca399c5f55dfdb11d7afe65986994d972a5.tar.gz gentoo-33d0aca399c5f55dfdb11d7afe65986994d972a5.tar.bz2 gentoo-33d0aca399c5f55dfdb11d7afe65986994d972a5.zip |
dev-cpp/asio: Stabilize 1.30.2 sparc, #937590
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/asio-1.30.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/asio/asio-1.30.2.ebuild b/dev-cpp/asio/asio-1.30.2.ebuild index 0b425a2bfe0a..5d94213e6d32 100644 --- a/dev-cpp/asio/asio-1.30.2.ebuild +++ b/dev-cpp/asio/asio-1.30.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/asio/asio/${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 )" |