diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-02 14:19:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-02 14:20:45 +0200 |
commit | 407746f2c8c78fc3d9ed4adc9dcc870021953185 (patch) | |
tree | 636e7e584e23ca62299445a6f5939fab087f92c5 /sys-libs/liburing | |
parent | media-sound/musescore: amd64 stable wrt bug #855623 (diff) | |
download | gentoo-407746f2c8c78fc3d9ed4adc9dcc870021953185.tar.gz gentoo-407746f2c8c78fc3d9ed4adc9dcc870021953185.tar.bz2 gentoo-407746f2c8c78fc3d9ed4adc9dcc870021953185.zip |
sys-libs/liburing: amd64 stable wrt bug #855497
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.1-r2.ebuild b/sys-libs/liburing/liburing-2.1-r2.ebuild index e7d6c69c88fb..905e48597304 100644 --- a/sys-libs/liburing/liburing-2.1-r2.ebuild +++ b/sys-libs/liburing/liburing-2.1-r2.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 ~loong ppc ppc64 ~riscv sparc x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" fi LICENSE="MIT" SLOT="0/2" # liburing.so major version |