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 99FE3138331 for ; Wed, 21 Feb 2018 17:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 732ADE0894; Wed, 21 Feb 2018 17:20:25 +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 4F1ECE0894 for ; Wed, 21 Feb 2018 17:20:24 +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 C44C4335C49 for ; Wed, 21 Feb 2018 17:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9231F1 for ; Wed, 21 Feb 2018 17:20:22 +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: <1519233606.49c7918288c66110ab497e2a67a6c0f4a768d7c8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/clearsans/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/clearsans/clearsans-1.00.ebuild X-VCS-Directories: media-fonts/clearsans/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49c7918288c66110ab497e2a67a6c0f4a768d7c8 X-VCS-Branch: master Date: Wed, 21 Feb 2018 17:20:22 +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: 0b737b15-eed8-4552-b9e8-8939e38d39c7 X-Archives-Hash: 0e62c075713eb10b07c4547890e81468 commit: 49c7918288c66110ab497e2a67a6c0f4a768d7c8 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 21 11:51:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 21 17:20:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c79182 media-fonts/clearsans: Tested on ~amd64-fbsd media-fonts/clearsans/clearsans-1.00.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/clearsans/clearsans-1.00.ebuild b/media-fonts/clearsans/clearsans-1.00.ebuild index 7edac709747..d0ca505e0a2 100644 --- a/media-fonts/clearsans/clearsans-1.00.ebuild +++ b/media-fonts/clearsans/clearsans-1.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd" IUSE="" RESTRICT="binchecks strip"