From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 709A913877A for ; Wed, 18 Jun 2014 19:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BD7E09C1; Wed, 18 Jun 2014 19:30:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FBBAE09C1 for ; Wed, 18 Jun 2014 19:30:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C13613400E5 for ; Wed, 18 Jun 2014 19:30:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 928AD2004E; Wed, 18 Jun 2014 19:30:50 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: glew-1.10.0-r2.ebuild ChangeLog X-VCS-Directories: media-libs/glew X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140618193050.928AD2004E@flycatcher.gentoo.org> Date: Wed, 18 Jun 2014 19:30:50 +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: 01b34685-4c3f-439d-9504-08f22cc33222 X-Archives-Hash: 03048f3bff74bd0e9e31165f94acf02a mgorny 14/06/18 19:30:50 Modified: glew-1.10.0-r2.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 media-libs/glew/glew-1.10.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.1&r2=1.2 Index: glew-1.10.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glew-1.10.0-r2.ebuild 21 Sep 2013 17:10:29 -0000 1.1 +++ glew-1.10.0-r2.ebuild 18 Jun 2014 19:30:50 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.1 2013/09/21 17:10:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.2 2014/06/18 19:30:50 mgorny Exp $ EAPI=5 inherit multilib multilib-minimal toolchain-funcs versionator @@ -14,12 +14,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" -RDEPEND="virtual/glu[${MULTILIB_USEDEP}] - virtual/opengl[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - x11-libs/libXmu[${MULTILIB_USEDEP}] +RDEPEND=">=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} 1.96 media-libs/glew/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 21 Sep 2013 17:10:29 -0000 1.95 +++ ChangeLog 18 Jun 2014 19:30:50 -0000 1.96 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/glew -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.95 2013/09/21 17:10:29 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.96 2014/06/18 19:30:50 mgorny Exp $ + + 18 Jun 2014; Michał Górny glew-1.10.0-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *glew-1.10.0-r2 (21 Sep 2013)