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 A54851382C5 for ; Thu, 22 Feb 2018 19:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC5DE089E; Thu, 22 Feb 2018 19:03:00 +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 E355CE089E for ; Thu, 22 Feb 2018 19:02:59 +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 DC743335C4C for ; Thu, 22 Feb 2018 19:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69415231 for ; Thu, 22 Feb 2018 19:02:57 +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: <1519326172.f8cf8fc157e7049c60ada31ca74fc4950636913c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.4.3.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f8cf8fc157e7049c60ada31ca74fc4950636913c X-VCS-Branch: master Date: Thu, 22 Feb 2018 19:02:57 +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: b75d49c4-3f10-48f2-b70f-38073da50ec7 X-Archives-Hash: b9f502812d48c12b40320280b926a474 commit: f8cf8fc157e7049c60ada31ca74fc4950636913c Author: Michał Górny gentoo org> AuthorDate: Thu Feb 22 18:59:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 22 19:02:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cf8fc1 media-libs/libepoxy: Keyword ~amd64-fbsd This has broken tests, and two of them fail after fixing but it at least builds and is needed to fix dependencies of x11-libs/gtk+:3. media-libs/libepoxy/libepoxy-1.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-1.4.3.ebuild b/media-libs/libepoxy/libepoxy-1.4.3.ebuild index f3a593bfc08..fd3adb6ce8e 100644 --- a/media-libs/libepoxy/libepoxy-1.4.3.ebuild +++ b/media-libs/libepoxy/libepoxy-1.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy" 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://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi