summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-03-04 17:40:02 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-03-04 17:40:02 +0000
commit69f3a06fafb374ecab2c896926f2cc37b946ecb3 (patch)
tree29af108dc9a51e97db17d43d89b426a8fb3badeb /app-emulation
parentAdd ~x86-fbsd keyword (diff)
downloadgentoo-2-69f3a06fafb374ecab2c896926f2cc37b946ecb3.tar.gz
gentoo-2-69f3a06fafb374ecab2c896926f2cc37b946ecb3.tar.bz2
gentoo-2-69f3a06fafb374ecab2c896926f2cc37b946ecb3.zip
According to the good folks at bug 260726, wine-1.1.15 does not fail for all users of ~amd64. Restoring keywords.
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.1.15.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index b6ec25da98b8..362dafcbe392 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,10 @@
# 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.254 2009/03/04 13:03:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.255 2009/03/04 17:40:02 loki_val Exp $
+
+ 04 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> wine-1.1.15.ebuild:
+ According to the good folks at bug 260726, wine-1.1.15 does not fail for
+ all users of ~amd64. Restoring keywords.
04 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> wine-1.1.15.ebuild:
Wine-1.1.15 fails too.
diff --git a/app-emulation/wine/wine-1.1.15.ebuild b/app-emulation/wine/wine-1.1.15.ebuild
index 8081784cb638..84848b3b9ba2 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.3 2009/03/04 13:03:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.4 2009/03/04 17:40:02 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