summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-03-24 01:44:40 +0000
committerMike Gilbert <floppym@gentoo.org>2013-03-24 01:44:40 +0000
commitfff3e0d158e39d69a2fd5072b81a9fedfcee153b (patch)
tree2a8755c53ba2ed6bc639917f711b1045187f38d3 /dev-python/pyinotify
parentAdd hard blocker on <sys-apps/sandbox-2.6-r1 to ensure we don't hit bug 364877. (diff)
downloadgentoo-2-fff3e0d158e39d69a2fd5072b81a9fedfcee153b.tar.gz
gentoo-2-fff3e0d158e39d69a2fd5072b81a9fedfcee153b.tar.bz2
gentoo-2-fff3e0d158e39d69a2fd5072b81a9fedfcee153b.zip
Remove sandbox workaround.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index a3614756b9cc..2e52d9d12628 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.51 2013/01/22 19:48:35 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.52 2013/03/24 01:44:40 floppym Exp $
+
+ 24 Mar 2013; Mike Gilbert <floppym@gentoo.org> pyinotify-0.9.4-r1.ebuild:
+ Remove sandbox workaround.
22 Jan 2013; Patrick McLean <chutzpah@gentoo.org> pyinotify-0.9.4-r1.ebuild:
Make the python 3.3 workaround only apply for python 3.3 and above, fixes bug
diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
index 62cfaa2ced0c..2863ceddcbc2 100644
--- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.4-r1.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-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.3 2013/01/22 19:48:35 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.4 2013/03/24 01:44:40 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -19,11 +19,6 @@ IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
-python_prepare() {
- local pythonver=${EPYTHON#python}
- [[ ${pythonver//./} -ge 33 ]] && epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
-}
-
python_install_all() {
if use examples; then
insinto /usr/share/doc/${PF}/examples