From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 777171396D9 for ; Tue, 7 Nov 2017 18:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 725CDE081A; Tue, 7 Nov 2017 18:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53730E081A for ; Tue, 7 Nov 2017 18:48:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EC0C33BE68 for ; Tue, 7 Nov 2017 18:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 501429859 for ; Tue, 7 Nov 2017 18:48:43 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1510080497.212f0e390d3e57ad98a6a9417148537d94bfb55e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/wxsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/wxsvg/wxsvg-1.5.11.ebuild X-VCS-Directories: media-libs/wxsvg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 212f0e390d3e57ad98a6a9417148537d94bfb55e X-VCS-Branch: master Date: Tue, 7 Nov 2017 18:48:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35b7665e-3421-4131-807e-e044c6d7d334 X-Archives-Hash: 9ca2430c27b2077acf1fa7efdea7e834 commit: 212f0e390d3e57ad98a6a9417148537d94bfb55e Author: Pacho Ramos gentoo org> AuthorDate: Tue Nov 7 18:48:17 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Nov 7 18:48:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212f0e39 media-libs/wxsvg: amd64 stable, bug #625188 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-libs/wxsvg/wxsvg-1.5.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/wxsvg/wxsvg-1.5.11.ebuild b/media-libs/wxsvg/wxsvg-1.5.11.ebuild index 71422e8fa65..e0f16fc8b69 100644 --- a/media-libs/wxsvg/wxsvg-1.5.11.ebuild +++ b/media-libs/wxsvg/wxsvg-1.5.11.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="0/3" # based on SONAME of libwxsvg.so -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="static-libs libav" RDEPEND=">=dev-libs/expat-2:=