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: Thu, 22 Feb 2018 19:03:00
Message-Id: 1519326172.f8cf8fc157e7049c60ada31ca74fc4950636913c.mgorny@gentoo
1 commit: f8cf8fc157e7049c60ada31ca74fc4950636913c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 18:59:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:02:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cf8fc1
7
8 media-libs/libepoxy: Keyword ~amd64-fbsd
9
10 This has broken tests, and two of them fail after fixing but it at least
11 builds and is needed to fix dependencies of x11-libs/gtk+:3.
12
13 media-libs/libepoxy/libepoxy-1.4.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libepoxy/libepoxy-1.4.3.ebuild b/media-libs/libepoxy/libepoxy-1.4.3.ebuild
17 index f3a593bfc08..fd3adb6ce8e 100644
18 --- a/media-libs/libepoxy/libepoxy-1.4.3.ebuild
19 +++ b/media-libs/libepoxy/libepoxy-1.4.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy"
27 if [[ ${PV} = 9999* ]]; then
28 SRC_URI=""
29 else
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
32 SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 fi