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 03308139694 for ; Sun, 21 May 2017 21:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A6CAE0BE9; Sun, 21 May 2017 21:45:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6629DE0BE9 for ; Sun, 21 May 2017 21:45:41 +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 103C73416AD for ; Sun, 21 May 2017 21:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08A71B9B for ; Sun, 21 May 2017 21:45:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1495403126.e469166a21a95b91f351d80a032ec649a69fbf1b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild X-VCS-Directories: www-plugins/adobe-flash/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e469166a21a95b91f351d80a032ec649a69fbf1b X-VCS-Branch: master Date: Sun, 21 May 2017 21:45:38 +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: 957779e8-7dd8-4ce1-a9a3-24cbe42f10ee X-Archives-Hash: f514dab139f92a2afae955f6376626d8 commit: e469166a21a95b91f351d80a032ec649a69fbf1b Author: Jeroen Roovers gentoo org> AuthorDate: Sun May 21 21:45:26 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun May 21 21:45:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e469166a www-plugins/adobe-flash: Add [${MULTILIB_USEDEP}] to dependencies (bug #608792 by jy6x2b32pie9). Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../adobe-flash/adobe-flash-25.0.0.171.ebuild | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild index 02bf798d9f0..d49257cf95f 100644 --- a/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild @@ -39,22 +39,22 @@ LICENSE="AdobeFlash-11.x" RESTRICT="strip mirror" NPAPI_RDEPEND=" - dev-libs/atk - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/fontconfig - media-libs/freetype + dev-libs/atk[${MULTILIB_USEDEP}] + dev-libs/glib:2[${MULTILIB_USEDEP}] + dev-libs/nspr[${MULTILIB_USEDEP}] + dev-libs/nss[${MULTILIB_USEDEP}] + media-libs/fontconfig[${MULTILIB_USEDEP}] + media-libs/freetype[${MULTILIB_USEDEP}] >=sys-libs/glibc-2.4 - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXt - x11-libs/pango + x11-libs/cairo[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}] + x11-libs/gtk+:2[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] + x11-libs/libXt[${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] " RDEPEND=" !www-plugins/chrome-binary-plugins[flash(-)]