diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-10 18:19:32 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-10 18:19:32 +0000 |
commit | bdefeca785629ccaefb1947d5204e4ca546e6144 (patch) | |
tree | 72874aa27c668263463b274dd0018b2005be063e /dev-python/wxpython-demo | |
parent | rebuild old ebuild (diff) | |
download | gentoo-2-bdefeca785629ccaefb1947d5204e4ca546e6144.tar.gz gentoo-2-bdefeca785629ccaefb1947d5204e4ca546e6144.tar.bz2 gentoo-2-bdefeca785629ccaefb1947d5204e4ca546e6144.zip |
added ~amd64 to KEYWORDS, fixes #77280
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/wxpython-demo')
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/wxpython-demo/ChangeLog b/dev-python/wxpython-demo/ChangeLog index 6f0245e5e9bb..10db428696e2 100644 --- a/dev-python/wxpython-demo/ChangeLog +++ b/dev-python/wxpython-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython-demo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.10 2004/12/31 00:46:14 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.11 2005/03/10 18:19:32 luckyduck Exp $ + + 10 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> + wxpython-demo-2.4.2.4.ebuild: + added ~amd64 to KEYWORDS, fixes #77280 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild index 3578683b01df..0994d0d5d424 100644 --- a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild +++ b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.7 2004/08/15 18:29:06 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.8 2005/03/10 18:19:32 luckyduck Exp $ MY_P=${P/wxpython-demo/wxPythonDemo} diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild index 320675e784fc..fe6f4ba40a58 100644 --- a/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild +++ b/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild,v 1.5 2004/08/15 18:29:06 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild,v 1.6 2005/03/10 18:19:32 luckyduck Exp $ MY_P=${P/wxpython-demo/wxPythonDemo} diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild index c11607550257..28d7d0f65ea4 100644 --- a/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild +++ b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild,v 1.6 2004/08/15 18:29:06 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild,v 1.7 2005/03/10 18:19:32 luckyduck Exp $ MY_P=${P/wxpython-demo/wxPythonDemo} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc ~amd64" IUSE="" S="${WORKDIR}/${DOCDIR}" |