summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-02-28 22:46:34 -0800
committerMatt Turner <mattst88@gentoo.org>2018-02-28 22:50:09 -0800
commitc29e22e80226934d46acb360de67f773804c2b77 (patch)
treef1581b5b75a213da987598aaf098b86f923d03e3
parentdev-ruby/terrapin: initial import of 0.6.0 (diff)
downloadgentoo-c29e22e8.tar.gz
gentoo-c29e22e8.tar.bz2
gentoo-c29e22e8.zip
media-libs/libepoxy: Propagate ~amd64-fbsd keyword
-rw-r--r--media-libs/libepoxy/libepoxy-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
index 6797bdfe72cf..9172bc341b56 100644
--- a/media-libs/libepoxy/libepoxy-9999.ebuild
+++ b/media-libs/libepoxy/libepoxy-9999.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