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 8A374139694 for ; Sat, 1 Apr 2017 22:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B3EE0C08; Sat, 1 Apr 2017 22:42:58 +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 B61F3E0C08 for ; Sat, 1 Apr 2017 22:42:58 +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 C3334341586 for ; Sat, 1 Apr 2017 22:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7D673D2 for ; Sat, 1 Apr 2017 22:42:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491086561.ab40e6daaed487ad5f2796d2251b5cdcf37d3788.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glew/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glew/glew-2.0.0.ebuild X-VCS-Directories: media-libs/glew/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab40e6daaed487ad5f2796d2251b5cdcf37d3788 X-VCS-Branch: master Date: Sat, 1 Apr 2017 22:42:56 +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: 0a8f30c6-6c21-4011-9aa5-43cd840150be X-Archives-Hash: 4a46de351857db720d3c73b81c0be01b commit: ab40e6daaed487ad5f2796d2251b5cdcf37d3788 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 1 22:37:00 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 1 22:42:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab40e6da media-libs/glew: Drop unused eclass Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/glew/glew-2.0.0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/media-libs/glew/glew-2.0.0.ebuild b/media-libs/glew/glew-2.0.0.ebuild index 85b85f450f1..173817c6fa2 100644 --- a/media-libs/glew/glew-2.0.0.ebuild +++ b/media-libs/glew/glew-2.0.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib multilib-minimal toolchain-funcs versionator + +inherit multilib-minimal toolchain-funcs versionator DESCRIPTION="The OpenGL Extension Wrangler Library" HOMEPAGE="http://glew.sourceforge.net/" @@ -13,14 +14,17 @@ SLOT="0/$(get_version_component_range 1-2)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" -RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] +DEPEND=" + >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}] >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] - abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )" -DEPEND="${RDEPEND}" +" +RDEPEND="${DEPEND} + abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) +" src_prepare() { local PATCHES=( "${FILESDIR}"/${P}-install-headers.patch )