diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-13 20:18:15 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-13 20:18:15 +0000 |
commit | bb8b67a225d461dc6f385916789e421ba02b5c8a (patch) | |
tree | b549b44617919931e7f58b4fe0cacf04c137b57e /media-libs/freeglut/freeglut-2.4.0.ebuild | |
parent | removed inherit gnat throughout, as new eclass is for the libs only. These eb... (diff) | |
download | gentoo-2-bb8b67a225d461dc6f385916789e421ba02b5c8a.tar.gz gentoo-2-bb8b67a225d461dc6f385916789e421ba02b5c8a.tar.bz2 gentoo-2-bb8b67a225d461dc6f385916789e421ba02b5c8a.zip |
Don't block virtual/glut, and don't provide it either, for compat with new-style virtual.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'media-libs/freeglut/freeglut-2.4.0.ebuild')
-rw-r--r-- | media-libs/freeglut/freeglut-2.4.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/freeglut/freeglut-2.4.0.ebuild b/media-libs/freeglut/freeglut-2.4.0.ebuild index e248f2f60a1b..b0e83731e0e4 100644 --- a/media-libs/freeglut/freeglut-2.4.0.ebuild +++ b/media-libs/freeglut/freeglut-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.4.0.ebuild,v 1.2 2005/09/10 15:48:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.4.0.ebuild,v 1.3 2006/05/13 20:18:15 spyderous Exp $ inherit eutils @@ -14,9 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x8 IUSE="" DEPEND="virtual/opengl - virtual/glu - !virtual/glut" -PROVIDE="virtual/glut" + virtual/glu" src_unpack() { unpack ${A} |