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 44F9D1382C5 for ; Sat, 24 Mar 2018 23:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A93E07E0; Sat, 24 Mar 2018 23:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F94BE07E0 for ; Sat, 24 Mar 2018 23:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4AAAD335C09 for ; Sat, 24 Mar 2018 23:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CA3025E for ; Sat, 24 Mar 2018 23:14:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1521933257.b7b89acb98c361a1d078a069d11b3b617df9ea80.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-proto/xorg-proto-2018.4.ebuild X-VCS-Directories: x11-base/xorg-proto/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b7b89acb98c361a1d078a069d11b3b617df9ea80 X-VCS-Branch: master Date: Sat, 24 Mar 2018 23:14:42 +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-Archives-Salt: 52cfec56-e5f8-4e17-bd54-00c13eafdf00 X-Archives-Hash: f8d29dac0b28add545f28e6f29d00df2 commit: b7b89acb98c361a1d078a069d11b3b617df9ea80 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 24 23:01:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Mar 24 23:14:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b89acb x11-base/xorg-proto: amd64 stable wrt bug #651286 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-base/xorg-proto/xorg-proto-2018.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild index 4ba51d6d8b2..b35ef258e35 100644 --- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-solaris" SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" fi