Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
loki_val 09/03/04 10:02:29
Modified: ChangeLog wine-1.1.16.ebuild
Log:
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)
Revision Changes Path
1.253 app-emulation/wine/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.252&r2=1.253
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog 1 Mar 2009 09:05:51 -0000 1.252
+++ ChangeLog 4 Mar 2009 10:02:29 -0000 1.253
@@ -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@g.o> 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@g.o> wine-1.1.13.ebuild,
wine-1.1.14.ebuild, wine-1.1.15.ebuild, wine-1.1.16.ebuild,
1.3 app-emulation/wine/wine-1.1.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?r1=1.2&r2=1.3
Index: wine-1.1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wine-1.1.16.ebuild 1 Mar 2009 09:05:51 -0000 1.2
+++ wine-1.1.16.ebuild 4 Mar 2009 10:02:29 -0000 1.3
@@ -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 @@
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
|
|