Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/
Date: Thu, 01 Mar 2018 06:55:27
Message-Id: 1519887009.c29e22e80226934d46acb360de67f773804c2b77.mattst88@gentoo
1 commit: c29e22e80226934d46acb360de67f773804c2b77
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 06:46:34 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 06:50:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29e22e8
7
8 media-libs/libepoxy: Propagate ~amd64-fbsd keyword
9
10 media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
14 index 6797bdfe72c..9172bc341b5 100644
15 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
16 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy"
24 if [[ ${PV} = 9999* ]]; then
25 SRC_URI=""
26 else
27 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
28 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
29 SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 fi