diff options
Diffstat (limited to 'dev-cpp/expected-lite/expected-lite-0.6.3.ebuild')
-rw-r--r-- | dev-cpp/expected-lite/expected-lite-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild index 37a076a8e6af..b300fa540814 100644 --- a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild +++ b/dev-cpp/expected-lite/expected-lite-0.6.3.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/martinmoene/expected-lite/archive/refs/tags/v${PV}.t LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv" IUSE="test" RESTRICT="!test? ( test )" |