summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-04-22 23:00:39 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-04-22 23:00:39 +0000
commit9504531c70ea7e56e237ea1c88a176a6d3ca9b0e (patch)
tree1c3f6554677408c005bccdd9a77c541cb2b2df3b /net-im/silc-client/silc-client-1.1.8.ebuild
parentUse Python 2. (diff)
downloadhistorical-9504531c70ea7e56e237ea1c88a176a6d3ca9b0e.tar.gz
historical-9504531c70ea7e56e237ea1c88a176a6d3ca9b0e.tar.bz2
historical-9504531c70ea7e56e237ea1c88a176a6d3ca9b0e.zip
Fix for bug #316691 and fix against possible sandbox violation.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-im/silc-client/silc-client-1.1.8.ebuild')
-rw-r--r--net-im/silc-client/silc-client-1.1.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/silc-client/silc-client-1.1.8.ebuild b/net-im/silc-client/silc-client-1.1.8.ebuild
index 23fdebee2c6a..95a59a88441d 100644
--- a/net-im/silc-client/silc-client-1.1.8.ebuild
+++ b/net-im/silc-client/silc-client-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.1.8.ebuild,v 1.3 2010/04/22 12:12:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.1.8.ebuild,v 1.4 2010/04/22 23:00:39 polynomial-c Exp $
EAPI=2
@@ -21,7 +21,8 @@ COMMONDEPEND="perl? ( dev-lang/perl )
!<=net-im/silc-toolkit-0.9.12-r1"
DEPEND="${COMMONDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ >=net-im/silc-toolkit-1.1.10"
RDEPEND="${COMMONDEPEND}
perl? (
@@ -33,6 +34,7 @@ src_prepare() {
sed -i -e "s:-g -O2:${CFLAGS}:g" configure
use amd64 && sed -i -e 's:felf\([^6]\):felf64\1:g' configure
epatch "${FILESDIR}/${PN}-1.1.8-docdir.patch"
+ epatch "${FILESDIR}/${P}-sandbox-errors-fix.patch"
}
src_configure() {