summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2008-11-02 22:24:23 +0000
committerGordon Malm <gengor@gentoo.org>2008-11-02 22:24:23 +0000
commit44f54b6c023fd8541f025adf6d4c362420713571 (patch)
tree4ad8cafda410c9b1a7e30b63b95be1e7e6ad9cdd /sys-devel/distcc/distcc-2.18.3-r10.ebuild
parentRestrict dependency on Qt to >=Qt-4.4 since the source code uses Qt-4.4 methods. (diff)
downloadgentoo-2-44f54b6c023fd8541f025adf6d4c362420713571.tar.gz
gentoo-2-44f54b6c023fd8541f025adf6d4c362420713571.tar.bz2
gentoo-2-44f54b6c023fd8541f025adf6d4c362420713571.zip
Add "hardened" USE flag, fixing bugs #120001, #167844 and probably more.
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-devel/distcc/distcc-2.18.3-r10.ebuild')
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r10.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild
index f2a287893183..48f13f2636b0 100644
--- a/sys-devel/distcc/distcc-2.18.3-r10.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r10.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/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.10 2008/10/27 21:37:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.11 2008/11/02 22:24:23 gengor Exp $
# If you change this in any way please email lisa@gentoo.org and make an
# entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -16,7 +16,7 @@ SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="gnome gtk selinux ipv6"
+IUSE="gnome gtk hardened selinux ipv6"
DEPEND=">=sys-devel/gcc-config-1.3.1
userland_GNU? ( sys-apps/shadow )
@@ -47,6 +47,9 @@ src_unpack() {
# See bug #75420 for more multilib stuff
epatch "${FILESDIR}/distcc-gentoo-multilib-r1.patch"
einfo "Please report to bug #75420 success or failure of this patch."
+
+ # Bugs #120001, #167844 and probably more. See patch for description.
+ use hardened && epatch "${FILESDIR}/distcc-hardened.patch"
}
src_compile() {