commit:     f8cf8fc157e7049c60ada31ca74fc4950636913c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 18:59:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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
 

Reply via email to