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 AD8CB138334 for ; Sun, 23 Sep 2018 19:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 928C6E086D; Sun, 23 Sep 2018 19:08:10 +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 6C5F7E086D for ; Sun, 23 Sep 2018 19:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AE3C335CC7 for ; Sun, 23 Sep 2018 19:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 194A83C6 for ; Sun, 23 Sep 2018 19:08:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1537729678.0e32ffdb0178f395581a64f678c8e29fad1ef9ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/lightspark/lightspark-0.8.1.ebuild X-VCS-Directories: www-plugins/lightspark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0e32ffdb0178f395581a64f678c8e29fad1ef9ca X-VCS-Branch: master Date: Sun, 23 Sep 2018 19:08:07 +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: 17516ed0-aa58-4f90-b30a-1a1276a7cdc0 X-Archives-Hash: 722b3272bc009a5cf1eb37eb562f01b5 commit: 0e32ffdb0178f395581a64f678c8e29fad1ef9ca Author: Michał Górny gentoo org> AuthorDate: Sun Sep 23 18:59:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 23 19:07:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e32ffdb www-plugins/lightspark: 0.8.1 requires LLVM < 7 Closes: https://bugs.gentoo.org/666834 Signed-off-by: Michał Górny gentoo.org> www-plugins/lightspark/lightspark-0.8.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-plugins/lightspark/lightspark-0.8.1.ebuild b/www-plugins/lightspark/lightspark-0.8.1.ebuild index 6106645e322..02f432a5544 100644 --- a/www-plugins/lightspark/lightspark-0.8.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils gnome2-utils nsplugins toolchain-funcs xdg-utils +inherit cmake-utils gnome2-utils llvm nsplugins toolchain-funcs xdg-utils EGIT_COMMIT="f6ed8284810ad91c277ed5d0835b215e7329450e" DESCRIPTION="High performance flash player" @@ -24,7 +24,7 @@ RDEPEND="app-arch/xz-utils:0= media-libs/libpng:0= media-libs/libsdl2:0= media-libs/sdl2-mixer:0= - >=sys-devel/llvm-3.4:= +