diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-10 18:33:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-10 18:33:36 +0000 |
commit | a9a2d940a76bae280ef820e459e92a265fb9bdac (patch) | |
tree | 04817a2c4cae0add1179bb88c504f29bc617a27b | |
parent | stabilize (diff) | |
download | historical-a9a2d940a76bae280ef820e459e92a265fb9bdac.tar.gz historical-a9a2d940a76bae280ef820e459e92a265fb9bdac.tar.bz2 historical-a9a2d940a76bae280ef820e459e92a265fb9bdac.zip |
fix KEYWORD typo
-rw-r--r-- | app-emulation/wine/wine-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-1.1.3.ebuild b/app-emulation/wine/wine-1.1.3.ebuild index 13412c880bec..501594b11ab5 100644 --- a/app-emulation/wine/wine-1.1.3.ebuild +++ b/app-emulation/wine/wine-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.3.ebuild,v 1.2 2008/10/10 18:28:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.3.ebuild,v 1.3 2008/10/10 18:33:36 vapier Exp $ EAPI="1" @@ -23,7 +23,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 ~x86 ~x86-fbsd x864" +KEYWORDS="-* amd64 x86 ~x86-fbsd" IUSE="alsa cups dbus esd +gecko hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" RESTRICT="test" #72375 diff --git a/app-emulation/wine/wine-1.1.4.ebuild b/app-emulation/wine/wine-1.1.4.ebuild index 542550d596f0..9c9f3f2e7a85 100644 --- a/app-emulation/wine/wine-1.1.4.ebuild +++ b/app-emulation/wine/wine-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild,v 1.3 2008/10/10 18:28:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.4.ebuild,v 1.4 2008/10/10 18:33:36 vapier Exp $ EAPI="1" @@ -23,7 +23,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 ~x86 ~x86-fbsd x864" +KEYWORDS="-* amd64 x86 ~x86-fbsd" IUSE="alsa cups dbus esd +gecko hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" RESTRICT="test" #72375 |