diff options
author | Sam James <sam@gentoo.org> | 2020-07-16 03:44:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-16 03:44:46 +0000 |
commit | 91b066872dc858d0f296a9c0148fd2a322f24cf1 (patch) | |
tree | 0407e3c55376d474fff4a95432e919edfab75861 /sys-libs | |
parent | profiles/arch/arm64: adjust date (diff) | |
download | gentoo-91b066872dc858d0f296a9c0148fd2a322f24cf1.tar.gz gentoo-91b066872dc858d0f296a9c0148fd2a322f24cf1.tar.bz2 gentoo-91b066872dc858d0f296a9c0148fd2a322f24cf1.zip |
sys-libs/liburing: arm keyworded (bug #730478)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/liburing/liburing-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-0.7.ebuild b/sys-libs/liburing/liburing-0.7.ebuild index 13b6926c936a..cde3eb1014a7 100644 --- a/sys-libs/liburing/liburing-0.7.ebuild +++ b/sys-libs/liburing/liburing-0.7.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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="MIT" SLOT="0" |