summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-08 12:10:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-08 12:10:35 +0000
commit13b745537319ebdae71204da2fd65c71111e53ed (patch)
treef2019b096ea3dc448d8d88487338589cb5c1051b /media-libs/glew
parentRemove BUGS from dodoc per some bug I just closed (diff)
downloadgentoo-2-13b745537319ebdae71204da2fd65c71111e53ed.tar.gz
gentoo-2-13b745537319ebdae71204da2fd65c71111e53ed.tar.bz2
gentoo-2-13b745537319ebdae71204da2fd65c71111e53ed.zip
Fix licenses per some bug I just closed
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/glew')
-rw-r--r--media-libs/glew/glew-1.5.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/glew/glew-1.5.1.ebuild b/media-libs/glew/glew-1.5.1.ebuild
index 6e5a85f7574a..3ec4dbe23dcc 100644
--- a/media-libs/glew/glew-1.5.1.ebuild
+++ b/media-libs/glew/glew-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.10 2009/05/07 18:45:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.11 2009/05/08 12:10:35 ssuominen Exp $
inherit eutils multilib toolchain-funcs
@@ -8,14 +8,14 @@ DESCRIPTION="The OpenGL Extension Wrangler Library"
HOMEPAGE="http://glew.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz"
-LICENSE="BSD GLX SGI-B GPL-2"
+LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="virtual/opengl
+RDEPEND="virtual/opengl
virtual/glu"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}