summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-03-24 11:30:14 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-03-24 11:30:14 +0000
commitc829da57f1734a6f0ecf1e973614ba03f2591623 (patch)
tree4fdd2b769976112485ba91069c2c2ff9e947d20a /x11-misc
parentamd64 stable wrt bug #214416 (diff)
downloadgentoo-2-c829da57f1734a6f0ecf1e973614ba03f2591623.tar.gz
gentoo-2-c829da57f1734a6f0ecf1e973614ba03f2591623.tar.bz2
gentoo-2-c829da57f1734a6f0ecf1e973614ba03f2591623.zip
Fix python eclass usage
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/revelation/ChangeLog7
-rw-r--r--x11-misc/revelation/revelation-0.4.11.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog
index 462318e5f2b9..aed7ac73a906 100644
--- a/x11-misc/revelation/ChangeLog
+++ b/x11-misc/revelation/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.8 2007/04/16 11:28:25 opfer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.9 2008/03/24 11:30:14 nyhm Exp $
+
+ 24 Mar 2008; Tristan Heaven <nyhm@gentoo.org> revelation-0.4.11.ebuild:
+ Fix python eclass usage
16 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
revelation-0.4.11.ebuild:
diff --git a/x11-misc/revelation/revelation-0.4.11.ebuild b/x11-misc/revelation/revelation-0.4.11.ebuild
index d744bbc35059..749d821e8449 100644
--- a/x11-misc/revelation/revelation-0.4.11.ebuild
+++ b/x11-misc/revelation/revelation-0.4.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.ebuild,v 1.6 2007/04/16 11:28:25 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.7 2008/03/24 11:30:14 nyhm Exp $
-inherit python gnome2
+inherit multilib python gnome2
DESCRIPTION="A password manager for GNOME"
HOMEPAGE="http://oss.codepoet.no/revelation/"
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=">=dev-python/gnome-python-desktop-2.16
- >=dev-python/pygtk-2.10.3
+DEPEND="dev-python/gnome-python-desktop
+ dev-python/pygtk
dev-python/pycrypto
sys-libs/cracklib
dev-python/gnome-python-extras"
@@ -38,7 +38,7 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize "${ROOT}"/usr/lib/python${PYVER}/site-packages/${PN}
+ python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}
pkg_postrm() {