diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 11:38:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 11:38:19 +0000 |
commit | ff185597f04b627ea91b02e9fe6c180f730e3f7e (patch) | |
tree | 804827a01ab8a344891a25d6415f639a8887711a /app-emulation/wine/wine-0.9.24.ebuild | |
parent | Remove invalid usage of $ROOT (bug #167285). (diff) | |
download | gentoo-2-ff185597f04b627ea91b02e9fe6c180f730e3f7e.tar.gz gentoo-2-ff185597f04b627ea91b02e9fe6c180f730e3f7e.tar.bz2 gentoo-2-ff185597f04b627ea91b02e9fe6c180f730e3f7e.zip |
stabilize
Diffstat (limited to 'app-emulation/wine/wine-0.9.24.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.24.ebuild b/app-emulation/wine/wine-0.9.24.ebuild index f211cf35de9b..19e6abc8a4a2 100644 --- a/app-emulation/wine/wine-0.9.24.ebuild +++ b/app-emulation/wine/wine-0.9.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.4 2007/01/06 13:22:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.5 2007/02/17 11:38:19 vapier Exp $ inherit eutils flag-o-matic multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="alsa arts cups dbus esd glut hal jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 |