commit: 380e55a058139c9de878f2f6b5c74c47d603c2b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 01:44:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 01:44:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380e55a0
sys-libs/liburing: Stabilize 2.7-r1 sparc, #940112
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/liburing/liburing-2.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/liburing/liburing-2.7-r1.ebuild
b/sys-libs/liburing/liburing-2.7-r1.ebuild
index 8623044771f3..b3040273aa20 100644
--- a/sys-libs/liburing/liburing-2.7-r1.ebuild
+++ b/sys-libs/liburing/liburing-2.7-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/axboe/liburing.git"
else
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 sparc ~x86"
QA_PKGCONFIG_VERSION=${PV}
fi
LICENSE="MIT"