diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 08:01:53 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 08:01:53 +0000 |
commit | 657ff869e46e8984b83fec46d6659f86a1939493 (patch) | |
tree | 8f53a0754275b3fed5f7ce97344fb99f51f5bb64 /dev-python/wxpython-docs | |
parent | keywords ~amd64; closes #60988. (Manifest recommit) (diff) | |
download | gentoo-2-657ff869e46e8984b83fec46d6659f86a1939493.tar.gz gentoo-2-657ff869e46e8984b83fec46d6659f86a1939493.tar.bz2 gentoo-2-657ff869e46e8984b83fec46d6659f86a1939493.zip |
keywords ~amd64; closes #60994.
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index b31ad55c344d..df6ef6a71bb4 100644 --- a/dev-python/wxpython-docs/ChangeLog +++ b/dev-python/wxpython-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython-docs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.9 2004/08/15 18:30:14 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.10 2004/10/17 08:01:53 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + wxpython-docs-2.4.2.4.ebuild: + keywords ~amd64; closes #60994. 15 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-docs-2.4.0.7.ebuild, wxpython-docs-2.4.1.2.ebuild, diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild index d2aeb2b88f0d..70de9304f0cd 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.7 2004/08/15 18:30:14 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.8 2004/10/17 08:01:53 absinthe Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinFDL-3" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc ~amd64" IUSE="" S="${WORKDIR}/wxPython-${PVR}" |