diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-11-26 09:51:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-11-26 09:51:45 +0100 |
commit | 3750556c8e82d7596b1d415431063313c94bfc59 (patch) | |
tree | b0c022dbd2e774941b8b8a8ef6d0378852ecf88f /sys-libs/liburing | |
parent | sys-libs/liburing: sparc stable wrt bug #826870 (diff) | |
download | gentoo-3750556c8e82d7596b1d415431063313c94bfc59.tar.gz gentoo-3750556c8e82d7596b1d415431063313c94bfc59.tar.bz2 gentoo-3750556c8e82d7596b1d415431063313c94bfc59.zip |
sys-libs/liburing: x86 stable wrt bug #826870
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.1.ebuild b/sys-libs/liburing/liburing-2.1.ebuild index a21086e58dde..e9f757671c19 100644 --- a/sys-libs/liburing/liburing-2.1.ebuild +++ b/sys-libs/liburing/liburing-2.1.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 ~ia64 ppc ~ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86" fi LICENSE="MIT" SLOT="0/2" # liburing.so major version |