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 42022139083 for ; Thu, 21 Dec 2017 07:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DBECE10C5; Thu, 21 Dec 2017 07:39:38 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52FB3E10C5 for ; Thu, 21 Dec 2017 07:39:38 +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 7EF0D33BE2E for ; Thu, 21 Dec 2017 07:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F176A6AE for ; Thu, 21 Dec 2017 07:39:36 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1513841959.61910bdfe230eb71bcf589908df23650a1b966aa.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lv2/lv2-1.14.0-r1.ebuild X-VCS-Directories: media-libs/lv2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 61910bdfe230eb71bcf589908df23650a1b966aa X-VCS-Branch: master Date: Thu, 21 Dec 2017 07:39:36 +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: 62d3591d-a377-4133-b134-3535865597ed X-Archives-Hash: 2beff78069ab910b7f57c4f9eb1a3f65 commit: 61910bdfe230eb71bcf589908df23650a1b966aa Author: Matthew Thode gentoo org> AuthorDate: Thu Dec 21 07:39:19 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Dec 21 07:39:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61910bdf media-libs/lv2: remove setting MULTILIB_COMPAT for GLEP73Immutability bug Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/lv2/lv2-1.14.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/lv2/lv2-1.14.0-r1.ebuild b/media-libs/lv2/lv2-1.14.0-r1.ebuild index 308feb25104..ef7903ae287 100644 --- a/media-libs/lv2/lv2-1.14.0-r1.ebuild +++ b/media-libs/lv2/lv2-1.14.0-r1.ebuild @@ -5,7 +5,6 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' -MULTILIB_COMPAT=( abi_x86_{32,64} ) inherit python-single-r1 waf-utils multilib-build multilib-minimal