diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 00:43:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 00:43:15 +0000 |
commit | 586b2650bf7c035f12d49b1c284b229a5444828f (patch) | |
tree | 902c4c5aee3240f341801aab091ed9c7e2d329be /x11-base/opengl-update | |
parent | repoman'd (diff) | |
download | historical-586b2650bf7c035f12d49b1c284b229a5444828f.tar.gz historical-586b2650bf7c035f12d49b1c284b229a5444828f.tar.bz2 historical-586b2650bf7c035f12d49b1c284b229a5444828f.zip |
repoman'd
Diffstat (limited to 'x11-base/opengl-update')
-rw-r--r-- | x11-base/opengl-update/opengl-update-1.3.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-base/opengl-update/opengl-update-1.3.ebuild b/x11-base/opengl-update/opengl-update-1.3.ebuild index 0b836b0a110d..54561589cfae 100644 --- a/x11-base/opengl-update/opengl-update-1.3.ebuild +++ b/x11-base/opengl-update/opengl-update-1.3.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/opengl-update-1.3.ebuild,v 1.4 2002/07/15 23:58:22 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/opengl-update-1.3.ebuild,v 1.5 2002/07/17 00:43:15 seemant Exp $ S=${WORKDIR}/${P} -SLOT="0" -KEYWORDS="x86 ppc" DESCRIPTION="Utility to change the OpenGL interface being used." SRC_URI="" -HOMEPAGE="http://" +HOMEPAGE="http://www.gentoo.org/" -DEPEND="" +SLOT="0" +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +DEPEND="virtual/glibc" src_install() { |