diff options
author | 2013-05-02 08:35:10 +0000 | |
---|---|---|
committer | 2013-05-02 08:35:10 +0000 | |
commit | 9e5eb4185b31ff7e891ac68d41074d86e1e17b26 (patch) | |
tree | 4ffa34fbf4600a6dbdec57c20889048e5fe9f95e /dev-util/cmdtest | |
parent | New package, dep to subunit-0.0.11 (diff) | |
download | gentoo-2-9e5eb4185b31ff7e891ac68d41074d86e1e17b26.tar.gz gentoo-2-9e5eb4185b31ff7e891ac68d41074d86e1e17b26.tar.bz2 gentoo-2-9e5eb4185b31ff7e891ac68d41074d86e1e17b26.zip |
Fix build. Thx to Patrick Lauer. Fixes #468240
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'dev-util/cmdtest')
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cmdtest/cmdtest-0.6.ebuild b/dev-util/cmdtest/cmdtest-0.6.ebuild index cd3778a78be5..3f00c3416a05 100644 --- a/dev-util/cmdtest/cmdtest-0.6.ebuild +++ b/dev-util/cmdtest/cmdtest-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.2 2013/03/24 11:47:55 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.3 2013/05/02 08:35:10 mschiff Exp $ EAPI=5 @@ -22,7 +22,7 @@ DEPEND=" dev-python/ttystatus " -src_prepare() { - addpredict /proc/self/comm - distutils-r1_src_prepare +src_compile() { + addwrite /proc/self/comm + distutils-r1_src_compile } |