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: Mon, 31 Aug 2015 21:24:46
Message-Id: 1441056518.8c89b1ba79a0c62019e922df2a2c7be16021d339.mattst88@gentoo
1 commit: 8c89b1ba79a0c62019e922df2a2c7be16021d339
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 19:20:32 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:28:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c89b1ba
7
8 media-libs/libepoxy: Sync keywords to 9999 ebuild.
9
10 media-libs/libepoxy/libepoxy-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
14 index 882629e..aadac36 100644
15 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
16 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
17 @@ -22,7 +22,7 @@ if [[ ${PV} = 9999* ]]; then
18 KEYWORDS=""
19 SRC_URI=""
20 else
21 - KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
22 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
23 SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 fi