diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 19:59:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:02:52 +0100 |
commit | f8cf8fc157e7049c60ada31ca74fc4950636913c (patch) | |
tree | a7b45342b4069413857495f8e1b30e6d7a93c234 /media-libs/libepoxy | |
parent | profiles/arch/amd64-fbsd: Mask sys-libs/libcxx[libcxxabi] (diff) | |
download | gentoo-f8cf8fc157e7049c60ada31ca74fc4950636913c.tar.gz gentoo-f8cf8fc157e7049c60ada31ca74fc4950636913c.tar.bz2 gentoo-f8cf8fc157e7049c60ada31ca74fc4950636913c.zip |
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.
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.4.3.ebuild | 4 |
1 files 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 f3a593bfc08a..fd3adb6ce8e0 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 |