Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/
Date: Fri, 02 Mar 2018 10:01:24
Message-Id: 1519984789.6044698a4f667900dcddf8eac179e4dde4d50155.mgorny@gentoo
1 commit: 6044698a4f667900dcddf8eac179e4dde4d50155
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 09:59:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 09:59:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6044698a
7
8 media-libs/libepoxy: Remove *-fbsd keywords from 1.5.0
9
10 Bug: https://bugs.gentoo.org/649212
11
12 media-libs/libepoxy/libepoxy-1.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libepoxy/libepoxy-1.5.0.ebuild b/media-libs/libepoxy/libepoxy-1.5.0.ebuild
16 index 17eb5ee20a7..21db4db9f63 100644
17 --- a/media-libs/libepoxy/libepoxy-1.5.0.ebuild
18 +++ b/media-libs/libepoxy/libepoxy-1.5.0.ebuild
19 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy"
20 if [[ ${PV} = 9999* ]]; then
21 SRC_URI=""
22 else
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi