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 4FE8C1382E6 for ; Mon, 4 Jul 2016 17:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1051E0A69; Mon, 4 Jul 2016 17:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 37E95E0A69 for ; Mon, 4 Jul 2016 17:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7493340D68 for ; Mon, 4 Jul 2016 17:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B5D2407 for ; Mon, 4 Jul 2016 17:36:46 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1467653826.831e64cedcd599fcf164ff92ac936c8e896c011c.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.3.1.ebuild media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 831e64cedcd599fcf164ff92ac936c8e896c011c X-VCS-Branch: master Date: Mon, 4 Jul 2016 17:36:46 +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: 729f9fbc-ea6a-408f-829c-f927d0b7acfb X-Archives-Hash: fb3fb42c8c3141b0e33832eb78616574 commit: 831e64cedcd599fcf164ff92ac936c8e896c011c Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Jul 4 17:37:06 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Jul 4 17:37:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831e64ce media-libs/libepoxy: fix mulitlib dependencies Bug: https://bugs.gentoo.org/show_bug.cgi?id=541088 Package-Manager: portage-2.2.28 media-libs/libepoxy/libepoxy-1.3.1.ebuild | 8 ++++---- media-libs/libepoxy/libepoxy-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild b/media-libs/libepoxy/libepoxy-1.3.1.ebuild index 7fc3ebf..bfb543c 100644 --- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild +++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild @@ -19,7 +19,7 @@ inherit autotools-multilib ${GIT_ECLASS} python-any-r1 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you" HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then - KEYWORDS="alpha arm hppa ppc64" + KEYWORDS="" SRC_URI="" else KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86" @@ -29,12 +29,12 @@ fi LICENSE="MIT" SLOT="0" IUSE="test" -RESTICT="test" # FIXME: tests fail when run from portage. +RESTRICT="test" # FIXME: tests fail when run from portage. DEPEND="${PYTHON_DEPS} - media-libs/mesa[egl] + media-libs/mesa[egl,${MULTILIB_USEDEP}] x11-misc/util-macros - x11-libs/libX11" + x11-libs/libX11[${MULTILIB_USEDEP}]" RDEPEND="" src_unpack() { diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 98ef5b0..5d12655 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,12 +29,12 @@ fi LICENSE="MIT" SLOT="0" IUSE="" -RESTICT="test" # FIXME: tests fail when run from portage. +RESTRICT="test" # FIXME: tests fail when run from portage. DEPEND="${PYTHON_DEPS} - media-libs/mesa[egl] + media-libs/mesa[egl,${MULTILIB_USEDEP}] x11-misc/util-macros - x11-libs/libX11" + x11-libs/libX11[${MULTILIB_USEDEP}]" RDEPEND="" src_unpack() {