diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-08-02 14:52:56 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-08-02 14:52:56 +0000 |
commit | 90174859c4e0443e2301e18b7e45c56026ac0370 (patch) | |
tree | b45c9abb6f614a8eaddfaac44c90239102b610f7 /dev-python/wxpython-docs | |
parent | Add ~sparc keyword. (diff) | |
download | historical-90174859c4e0443e2301e18b7e45c56026ac0370.tar.gz historical-90174859c4e0443e2301e18b7e45c56026ac0370.tar.bz2 historical-90174859c4e0443e2301e18b7e45c56026ac0370.zip |
Add ~sparc keyword; good validation test for wxpython.
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index 5750cea60a71..e5115ccaef49 100644 --- a/dev-python/wxpython-docs/ChangeLog +++ b/dev-python/wxpython-docs/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2004/07/16 00:41:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.7 2004/08/02 14:52:56 fmccor Exp $ + + 02 Aug 2004; Ferris McCormick <fmccor@gentoo.org> + wxpython-docs-2.4.2.4.ebuild: + Add ~sparc keyword. Pure python+html, but a good workout for wxpython + itself. 15 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-docs-2.4.2.4.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 6489926ed4d8..a44bcca049e2 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.5 2004/07/16 00:41:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.6 2004/08/02 14:52:56 fmccor 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" +KEYWORDS="~x86 ~sparc" IUSE="" S="${WORKDIR}/wxPython-${PVR}" |