Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/wxsvg/
Date: Thu, 29 Dec 2016 10:45:29
Message-Id: 1483008291.73d7ebd20398857b43598a3c420ef046c921a16e.ago@gentoo
1 commit: 73d7ebd20398857b43598a3c420ef046c921a16e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 10:42:35 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 10:44:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d7ebd2
7
8 media-libs/wxsvg: x86 stable wrt bug #599972
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-libs/wxsvg/wxsvg-1.5.9.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/wxsvg/wxsvg-1.5.9.ebuild b/media-libs/wxsvg/wxsvg-1.5.9.ebuild
18 index 8d59051..8663c8a 100644
19 --- a/media-libs/wxsvg/wxsvg-1.5.9.ebuild
20 +++ b/media-libs/wxsvg/wxsvg-1.5.9.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
22
23 LICENSE="wxWinLL-3"
24 SLOT="0/3" # based on SONAME of libwxsvg.so
25 -KEYWORDS="amd64 ~x86"
26 +KEYWORDS="amd64 x86"
27 IUSE="static-libs libav"
28
29 RDEPEND=">=dev-libs/expat-2:=