diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 16:55:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 16:55:34 +0000 |
commit | 7244fba83f2c8eb0dca43f64b7040993a721179d (patch) | |
tree | 1638807ac31bf7622f6338374304d8f1e70554e5 /dev-python/pythoncard | |
parent | Stable on x86 wrt bug #139612. (diff) | |
download | gentoo-2-7244fba83f2c8eb0dca43f64b7040993a721179d.tar.gz gentoo-2-7244fba83f2c8eb0dca43f64b7040993a721179d.tar.bz2 gentoo-2-7244fba83f2c8eb0dca43f64b7040993a721179d.zip |
Mark 0.7.3.1 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r-- | dev-python/pythoncard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pythoncard/ChangeLog b/dev-python/pythoncard/ChangeLog index 174e6e8a4960..3a0a5e779e4f 100644 --- a/dev-python/pythoncard/ChangeLog +++ b/dev-python/pythoncard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pythoncard # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/ChangeLog,v 1.16 2006/05/15 14:44:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/ChangeLog,v 1.17 2006/07/12 16:55:34 agriffis Exp $ + + 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> pythoncard-0.7.3.1.ebuild: + Mark 0.7.3.1 stable on ia64 15 May 2006; Jon Hood <squinky86@gentoo.org> pythoncard-0.7.3.1.ebuild: Add ~amd64, #121682. diff --git a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild index 682c5db4fd96..81c59d4ba455 100644 --- a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.8 2006/05/15 14:44:25 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.9 2006/07/12 16:55:34 agriffis Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ia64 ~ppc ~sparc x86" IUSE="" DEPEND="=dev-python/wxpython-2.4.2.4*" |