diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-04-23 18:11:56 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-04-23 18:11:56 +0000 |
commit | 047cb43d219e9bc4d69f059c85cde6f7cd489a1d (patch) | |
tree | 55b59a110a454bc5ef593842a71fa57d51ea97f9 /media-libs/glut | |
parent | crond wrong location fix (diff) | |
download | gentoo-2-047cb43d219e9bc4d69f059c85cde6f7cd489a1d.tar.gz gentoo-2-047cb43d219e9bc4d69f059c85cde6f7cd489a1d.tar.bz2 gentoo-2-047cb43d219e9bc4d69f059c85cde6f7cd489a1d.zip |
glut no longer explicitly calls env-update (handled by Portage now)
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/glut-3.7-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-libs/glut/glut-3.7-r1.ebuild b/media-libs/glut/glut-3.7-r1.ebuild index 8001f06921c3..3679dc400b2a 100644 --- a/media-libs/glut/glut-3.7-r1.ebuild +++ b/media-libs/glut/glut-3.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r1.ebuild,v 1.4 2001/02/05 02:46:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7-r1.ebuild,v 1.5 2001/04/23 18:11:56 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -33,6 +33,3 @@ src_install () { ln -s libglut.so.3.7 libglut.so } -pkg_postinst() { - /usr/sbin/env-update -} |