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 B468F138334 for ; Wed, 9 Jan 2019 08:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D996DE0C50; Wed, 9 Jan 2019 08:03:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B5A77E0C50 for ; Wed, 9 Jan 2019 08:03:32 +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 A30A3335CD2 for ; Wed, 9 Jan 2019 08:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EDC524 for ; Wed, 9 Jan 2019 08:03:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1547021002.f0532d127a91c3963be3dd274a82852fec688143.grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f0532d127a91c3963be3dd274a82852fec688143 X-VCS-Branch: master Date: Wed, 9 Jan 2019 08:03:28 +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: f5b0ca73-dd53-432e-bc0c-612425212d2a X-Archives-Hash: dbad80e0155bd9f23e19cf7976d45598 commit: f0532d127a91c3963be3dd274a82852fec688143 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 9 07:46:13 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 9 08:03:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0532d12 x11-base/xorg-proto: marked ~amd64-linux Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-base/xorg-proto/xorg-proto-2018.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild index b841b04a2b6..77c64e7e6a4 100644 --- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 s390 sparc x86 ~amd64-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x64-macos ~x64-solaris" SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" fi