summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2012-01-14 18:07:21 +0000
committerTristan Heaven <tristan@gentoo.org>2012-01-14 18:07:21 +0000
commit32f783c0348451f9d018d9956ba27903af8eadc7 (patch)
tree50f2f8a27e9292da8904bff2377cd2c44d818ddf /x11-misc
parentalpha/arm/ia64/m68k/s390/sh/sparc stable wrt #398361 (diff)
downloadgentoo-2-32f783c0348451f9d018d9956ba27903af8eadc7.tar.gz
gentoo-2-32f783c0348451f9d018d9956ba27903af8eadc7.tar.bz2
gentoo-2-32f783c0348451f9d018d9956ba27903af8eadc7.zip
Fix py-compile install error, bug #398095
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/revelation/ChangeLog7
-rw-r--r--x11-misc/revelation/revelation-0.4.11-r2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog
index 82057279888c..61ae0ab1ccc0 100644
--- a/x11-misc/revelation/ChangeLog
+++ b/x11-misc/revelation/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.20 2011/11/17 19:05:19 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.21 2012/01/14 18:07:21 tristan Exp $
+
+ 14 Jan 2012; Tristan Heaven <tristan@gentoo.org> revelation-0.4.11-r2.ebuild:
+ Fix py-compile install error, bug #398095
17 Nov 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Change developer's email
diff --git a/x11-misc/revelation/revelation-0.4.11-r2.ebuild b/x11-misc/revelation/revelation-0.4.11-r2.ebuild
index 944eac20de65..921ea069c0b8 100644
--- a/x11-misc/revelation/revelation-0.4.11-r2.ebuild
+++ b/x11-misc/revelation/revelation-0.4.11-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.8 2011/06/26 13:07:04 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.9 2012/01/14 18:07:21 tristan Exp $
inherit autotools eutils multilib python gnome2
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86"
IUSE="applet"
RESTRICT="test"
-DEPEND="dev-python/pygtk
+RDEPEND="dev-python/pygtk
dev-python/pycrypto
dev-python/gconf-python
dev-python/gnome-vfs-python
@@ -22,11 +22,11 @@ DEPEND="dev-python/pygtk
dev-python/libgnome-python
sys-libs/cracklib
applet? ( dev-python/gnome-applets-python )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
src_unpack() {
gnome2_src_unpack
- ln -sf $(type -P true) py-compile
+ echo -n > py-compile
epatch \
"${FILESDIR}"/${P}-list-index.patch \
"${FILESDIR}"/${P}-build.patch