Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/
Date: Wed, 03 Aug 2016 06:25:20
Message-Id: 1470205454.d958b6f7fbce286577f704015e342b3b2cf846bf.amynka@gentoo
1 commit: d958b6f7fbce286577f704015e342b3b2cf846bf
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 06:24:14 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 06:24:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d958b6f7
7
8 dev-libs/fribidi: tests fixed bug #397347
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/fribidi/fribidi-0.19.7.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-libs/fribidi/fribidi-0.19.7.ebuild b/dev-libs/fribidi/fribidi-0.19.7.ebuild
16 index b8ae061..a69a8e0 100644
17 --- a/dev-libs/fribidi/fribidi-0.19.7.ebuild
18 +++ b/dev-libs/fribidi/fribidi-0.19.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,8 +17,6 @@ SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
27 IUSE="static-libs"
28
29 -RESTRICT="test" #397347
30 -
31 RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]"
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"