summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-09-15 22:03:36 +0000
committerMike Frysinger <vapier@gentoo.org>2012-09-15 22:03:36 +0000
commitc3c799008b86b160e9af5d50a3d376fcd735d25b (patch)
treef16163751b0babb8b592a1a124aa863269659217 /sys-devel/distcc/distcc-3.2_rc1.ebuild
parentStable for amd64, wrt bug #434886 (diff)
downloadgentoo-2-c3c799008b86b160e9af5d50a3d376fcd735d25b.tar.gz
gentoo-2-c3c799008b86b160e9af5d50a3d376fcd735d25b.tar.bz2
gentoo-2-c3c799008b86b160e9af5d50a3d376fcd735d25b.zip
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/distcc/distcc-3.2_rc1.ebuild')
-rw-r--r--sys-devel/distcc/distcc-3.2_rc1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-3.2_rc1.ebuild b/sys-devel/distcc/distcc-3.2_rc1.ebuild
index 39b841cbb207..84a02d63f2f2 100644
--- a/sys-devel/distcc/distcc-3.2_rc1.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.3 2012/05/04 07:24:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1.ebuild,v 1.4 2012/09/15 22:03:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
-inherit autotools eutils fdo-mime flag-o-matic multilib python toolchain-funcs
+inherit autotools eutils fdo-mime flag-o-matic multilib python toolchain-funcs user
MY_P="${P/_}"
DESCRIPTION="a program to distribute compilation of C code across several machines on a network"