diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-08 10:57:24 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-08 10:57:24 +0000 |
commit | 15e540073f698da6c2fde828d57de8237302b772 (patch) | |
tree | b582c53cf4b34783f895440ad42fe0d2ec7b8644 /app-doc | |
parent | updated to 2.4.20 kernel (diff) | |
download | historical-15e540073f698da6c2fde828d57de8237302b772.tar.gz historical-15e540073f698da6c2fde828d57de8237302b772.tar.bz2 historical-15e540073f698da6c2fde828d57de8237302b772.zip |
added missing IUSE
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/wine-doc/wine-doc-20020605.ebuild | 3 | ||||
-rw-r--r-- | app-doc/wine-doc/wine-doc-20020710.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-doc/wine-doc/wine-doc-20020605.ebuild b/app-doc/wine-doc/wine-doc-20020605.ebuild index 96f3d8f059d9..637c1f6f4c0d 100644 --- a/app-doc/wine-doc/wine-doc-20020605.ebuild +++ b/app-doc/wine-doc/wine-doc-20020605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/wine-doc/wine-doc-20020605.ebuild,v 1.4 2002/10/17 13:09:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/wine-doc/wine-doc-20020605.ebuild,v 1.5 2002/11/08 10:57:24 hanno Exp $ S=${WORKDIR}/wine-$PV DESCRIPTION="Wine is a free implementation of Windows on Unix." @@ -9,6 +9,7 @@ HOMEPAGE="http://www.winehq.com/" SLOT="0" KEYWORDS="x86" LICENSE="LGPL-2.1" +IUSE="opengl" DEPEND="sys-apps/gzip sys-apps/tar" diff --git a/app-doc/wine-doc/wine-doc-20020710.ebuild b/app-doc/wine-doc/wine-doc-20020710.ebuild index 71c6d080dada..9ddbe9f5a69f 100644 --- a/app-doc/wine-doc/wine-doc-20020710.ebuild +++ b/app-doc/wine-doc/wine-doc-20020710.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/wine-doc/wine-doc-20020710.ebuild,v 1.2 2002/10/17 13:09:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/wine-doc/wine-doc-20020710.ebuild,v 1.3 2002/11/08 10:57:24 hanno Exp $ S=${WORKDIR}/wine-$PV DESCRIPTION="Wine is a free implementation of Windows on Unix." @@ -9,6 +9,7 @@ HOMEPAGE="http://www.winehq.com/" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" +IUSE="opengl" DEPEND="sys-apps/tar sys-apps/gzip" |