diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-04-21 20:02:27 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-04-21 20:02:27 +0000 |
commit | 6e4cbab756ed259946b89a1dc9e7176c117f1ccc (patch) | |
tree | 1f198d06384671d3b5c6454795b5acc3ea057b0e /dev-python/fuse-python | |
parent | Fix dep for package move (diff) | |
download | gentoo-2-6e4cbab756ed259946b89a1dc9e7176c117f1ccc.tar.gz gentoo-2-6e4cbab756ed259946b89a1dc9e7176c117f1ccc.tar.bz2 gentoo-2-6e4cbab756ed259946b89a1dc9e7176c117f1ccc.zip |
Actually commit the fixed ebuild instead of the unfixed one fuse-python-0.2.ebuild
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index 41084eefc491..13ef1d6c5b5d 100644 --- a/dev-python/fuse-python/ChangeLog +++ b/dev-python/fuse-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fuse-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.2 2008/04/21 19:51:42 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.3 2008/04/21 20:02:27 jokey Exp $ + + 21 Apr 2008; Markus Ullmann <jokey@gentoo.org> fuse-python-0.2.ebuild: + Actually commit the fixed ebuild instead of the unfixed one + fuse-python-0.2.ebuild 21 Apr 2008; Markus Ullmann <jokey@gentoo.org> -fuse-python-0.2_pre2.ebuild, fuse-python-0.2.ebuild: diff --git a/dev-python/fuse-python/fuse-python-0.2.ebuild b/dev-python/fuse-python/fuse-python-0.2.ebuild index 090398d18e9f..61b518366954 100644 --- a/dev-python/fuse-python/fuse-python-0.2.ebuild +++ b/dev-python/fuse-python/fuse-python-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.2 2008/04/21 19:51:42 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.3 2008/04/21 20:02:27 jokey Exp $ inherit eutils distutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-lang/python-2.3 >=sys-fs/fuse-2.0" -src_compile () { +src_unpack () { + distutils_src_unpack epatch "${FILESDIR}/fuse_python_accept_none.patch" - distutils_src_compile } |