From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00FE3138359 for ; Sat, 31 Oct 2020 19:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9672E0802; Sat, 31 Oct 2020 19:38:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D13F3E0802 for ; Sat, 31 Oct 2020 19:38:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC77733D0AF for ; Sat, 31 Oct 2020 19:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 844A93F8 for ; Sat, 31 Oct 2020 19:38:00 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1604173077.11ad3139a0b701a0183314009249610cb48601bb.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/liburing/liburing-0.7.ebuild X-VCS-Directories: sys-libs/liburing/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 11ad3139a0b701a0183314009249610cb48601bb X-VCS-Branch: master Date: Sat, 31 Oct 2020 19:38:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f238cbb-88be-4c83-85fe-efca61b790d2 X-Archives-Hash: 07f902d739cef24d436ed4363cf7b3cb commit: 11ad3139a0b701a0183314009249610cb48601bb Author: Piotr Karbowski gentoo org> AuthorDate: Sat Oct 31 19:35:52 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Oct 31 19:37:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ad3139 sys-libs/liburing: 0.7 amd64 stable. Signed-off-by: Piotr Karbowski gentoo.org> sys-libs/liburing/liburing-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/liburing/liburing-0.7.ebuild b/sys-libs/liburing/liburing-0.7.ebuild index 38c0b247606..8c9918f03cc 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 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" fi LICENSE="MIT" SLOT="0"