diff options
author | 2004-11-29 12:09:35 +0000 | |
---|---|---|
committer | 2004-11-29 12:09:35 +0000 | |
commit | 5ce397623db852f8052a3105d34f806ab8a22499 (patch) | |
tree | cb65d5232a31a5b51bbf9e11ab29c3227be20d09 /dev-python/pycrash | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-5ce397623db852f8052a3105d34f806ab8a22499.tar.gz gentoo-2-5ce397623db852f8052a3105d34f806ab8a22499.tar.bz2 gentoo-2-5ce397623db852f8052a3105d34f806ab8a22499.zip |
~amd64
Diffstat (limited to 'dev-python/pycrash')
-rw-r--r-- | dev-python/pycrash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycrash/ChangeLog b/dev-python/pycrash/ChangeLog index fcd7d070f4d5..7b3eae774c98 100644 --- a/dev-python/pycrash/ChangeLog +++ b/dev-python/pycrash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycrash # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.4 2004/08/25 17:31:46 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.5 2004/11/29 12:09:35 genone Exp $ + + 29 Nov 2004; Marius Mauch <genone@gentoo.org> pycrash-0.4_pre3.ebuild: + Marked ~amd64. *pycrash-0.4_pre3 (25 Aug 2004) diff --git a/dev-python/pycrash/pycrash-0.4_pre3.ebuild b/dev-python/pycrash/pycrash-0.4_pre3.ebuild index cb6dc91df484..e646e15d87eb 100644 --- a/dev-python/pycrash/pycrash-0.4_pre3.ebuild +++ b/dev-python/pycrash/pycrash-0.4_pre3.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/pycrash/pycrash-0.4_pre3.ebuild,v 1.1 2004/08/25 17:31:46 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.2 2004/11/29 12:09:35 genone Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" DOCS="NEWS TODO THANKS" DEPEND=">=virtual/python-2.3" S="${WORKDIR}/${MY_P}" |