summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-03-04 10:02:29 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-03-04 10:02:29 +0000
commit386cf2da50944594ee209ad14e203ced572ef0db (patch)
tree832c4f26baf0257ff794f9770c95ae7c886a712a /app-emulation
parentUpdating patch. incorrect one applied from bug. (diff)
downloadgentoo-2-386cf2da50944594ee209ad14e203ced572ef0db.tar.gz
gentoo-2-386cf2da50944594ee209ad14e203ced572ef0db.tar.bz2
gentoo-2-386cf2da50944594ee209ad14e203ced572ef0db.zip
Dropping amd64 keyword w.r.t. bug 260726. This doesn't build on amd64.
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog5
-rw-r--r--app-emulation/wine/wine-1.1.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index bb2b8f75d583..54eb3aa327f7 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.252 2009/03/01 09:05:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.253 2009/03/04 10:02:29 loki_val Exp $
+
+ 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.
01 Mar 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.13.ebuild,
wine-1.1.14.ebuild, wine-1.1.15.ebuild, wine-1.1.16.ebuild,
diff --git a/app-emulation/wine/wine-1.1.16.ebuild b/app-emulation/wine/wine-1.1.16.ebuild
index 548213ad2238..60941d311a4b 100644
--- a/app-emulation/wine/wine-1.1.16.ebuild
+++ b/app-emulation/wine/wine-1.1.16.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.16.ebuild,v 1.2 2009/03/01 09:05:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v 1.3 2009/03/04 10:02:29 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