diff options
author | Markus Meier <maekke@gentoo.org> | 2007-10-21 16:25:48 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2007-10-21 16:25:48 +0000 |
commit | e118bfa95fd7e034210762b05a66d01976c8a60a (patch) | |
tree | 6ddf0968038631e8d5f127d31c30172b5f6080fc /dev-python | |
parent | rolling back - need way more changes than that ;) (diff) | |
download | gentoo-2-e118bfa95fd7e034210762b05a66d01976c8a60a.tar.gz gentoo-2-e118bfa95fd7e034210762b05a66d01976c8a60a.tar.bz2 gentoo-2-e118bfa95fd7e034210762b05a66d01976c8a60a.zip |
adding quotes and x86 stable, bug #148325
(Portage version: 2.1.3.15)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycrash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pycrash/ChangeLog b/dev-python/pycrash/ChangeLog index 473fc8396967..1fd2824fb320 100644 --- a/dev-python/pycrash/ChangeLog +++ b/dev-python/pycrash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycrash # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.13 2007/07/27 09:43:23 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/ChangeLog,v 1.14 2007/10/21 16:25:48 maekke Exp $ + + 21 Oct 2007; Markus Meier <maekke@gentoo.org> pycrash-0.4_pre3.ebuild: + adding quotes and x86 stable, bug #148325 27 Jul 2007; Roy Marples <uberlord@gentoo.org> pycrash-0.4_pre3.ebuild: Keyworded ~x86-fbsd diff --git a/dev-python/pycrash/pycrash-0.4_pre3.ebuild b/dev-python/pycrash/pycrash-0.4_pre3.ebuild index 3b59ff4c6271..9538a97fbec1 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-2007 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.8 2007/07/27 09:43:23 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.9 2007/10/21 16:25:48 maekke Exp $ NEED_PYTHON=2.3 @@ -13,12 +13,12 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd" DOCS="NEWS TODO THANKS" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - sed -i -e 's/pre2/pre3/' ${S}/pycrash/pycrash.py + sed -i -e 's/pre2/pre3/' "${S}/pycrash/pycrash.py" } |