diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-04 13:03:25 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-04 13:03:25 +0000 |
commit | d739e6e8b35dc99138f684ca81748a94176211fc (patch) | |
tree | 6ea9f66a922a26b352a6898b031909d65c06500e | |
parent | Add entry for KDE 4.2.1 (diff) | |
download | gentoo-2-d739e6e8b35dc99138f684ca81748a94176211fc.tar.gz gentoo-2-d739e6e8b35dc99138f684ca81748a94176211fc.tar.bz2 gentoo-2-d739e6e8b35dc99138f684ca81748a94176211fc.zip |
Wine-1.1.15 fails too.
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 54eb3aa327f7..b6ec25da98b8 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.253 2009/03/04 10:02:29 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.254 2009/03/04 13:03:25 loki_val Exp $ + + 04 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> wine-1.1.15.ebuild: + Wine-1.1.15 fails too. 04 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> wine-1.1.16.ebuild: Dropping amd64 keyword w.r.t. bug 260726. This doesn't build on amd64. diff --git a/app-emulation/wine/wine-1.1.15.ebuild b/app-emulation/wine/wine-1.1.15.ebuild index 1fe8030a2428..8081784cb638 100644 --- a/app-emulation/wine/wine-1.1.15.ebuild +++ b/app-emulation/wine/wine-1.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.2 2009/03/01 09:05:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.3 2009/03/04 13:03:25 loki_val Exp $ EAPI="2" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* -amd64 ~x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi |