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 A5FD11382C5 for ; Thu, 1 Mar 2018 22:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A205E0993; Thu, 1 Mar 2018 22:41:07 +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 47B3AE0993 for ; Thu, 1 Mar 2018 22:41:07 +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 5783C335C39 for ; Thu, 1 Mar 2018 22:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BF43238 for ; Thu, 1 Mar 2018 22:41:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519944057.ac9c2f29b3410b6493baeb7bb99cc590f2056f5e.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac9c2f29b3410b6493baeb7bb99cc590f2056f5e X-VCS-Branch: master Date: Thu, 1 Mar 2018 22:41:03 +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: cadfe0b9-ee87-4c81-a95a-880505abdfe7 X-Archives-Hash: 18e7a21416e7cbebe93aad13dbdb7659 commit: ac9c2f29b3410b6493baeb7bb99cc590f2056f5e Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 22:30:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 22:40:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9c2f29 x11-base/xorg-proto: Keyword ~amd64-fbsd 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 d2b4b3d1186..12f9e848211 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" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" fi