diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-28 13:27:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-28 13:27:33 +0300 |
commit | 4f48cc28027d038e25d9f72387ac029db5d19b19 (patch) | |
tree | 524e3eee4e551f4be8a217bdee46c394a98a6fd9 /sys-libs/liburing | |
parent | app-containers/docker-compose: Stabilize 2.28.1 arm64, #939806 (diff) | |
download | gentoo-4f48cc28027d038e25d9f72387ac029db5d19b19.tar.gz gentoo-4f48cc28027d038e25d9f72387ac029db5d19b19.tar.bz2 gentoo-4f48cc28027d038e25d9f72387ac029db5d19b19.zip |
sys-libs/liburing: Stabilize 2.7-r1 arm64, #940112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.7-r1.ebuild b/sys-libs/liburing/liburing-2.7-r1.ebuild index cb45073fa97a..8623044771f3 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" |