diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-14 13:23:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-14 13:23:34 +0000 |
commit | ae60b88e011365affbef6b7d0a2b49c6bd271be3 (patch) | |
tree | 2e8dc441b93f6d76bbe8253e9957827e0817ed6d /xfce-base/exo | |
parent | Version bump, bug #337069 (diff) | |
download | gentoo-2-ae60b88e011365affbef6b7d0a2b49c6bd271be3.tar.gz gentoo-2-ae60b88e011365affbef6b7d0a2b49c6bd271be3.tar.bz2 gentoo-2-ae60b88e011365affbef6b7d0a2b49c6bd271be3.zip |
Fix python_mod_* for EAPI="3" wrt #337009 by Horst Prote and Boris Petersen.
(Portage version: 2.2_rc79/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/exo')
-rw-r--r-- | xfce-base/exo/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.3.107.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog index 64315759c8bc..b188621c5f52 100644 --- a/xfce-base/exo/ChangeLog +++ b/xfce-base/exo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/exo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.43 2010/09/05 21:26:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.44 2010/09/14 13:23:34 ssuominen Exp $ + + 14 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> exo-0.3.107.ebuild: + Fix python_mod_* for EAPI="3" wrt #337009 by Horst Prote and Boris + Petersen. *exo-0.5.4 (05 Sep 2010) diff --git a/xfce-base/exo/exo-0.3.107.ebuild b/xfce-base/exo/exo-0.3.107.ebuild index e991d40a6900..9aecf3e134bc 100644 --- a/xfce-base/exo/exo-0.3.107.ebuild +++ b/xfce-base/exo/exo-0.3.107.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/xfce-base/exo/exo-0.3.107.ebuild,v 1.11 2010/09/06 17:47:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.12 2010/09/14 13:23:34 ssuominen Exp $ EAPI=3 inherit xfconf python multilib @@ -49,10 +49,10 @@ src_prepare() { pkg_postinst() { xfconf_pkg_postinst - python_mod_optimize "$(python_get_sitedir)" + python_mod_optimize exo-0.3 pyexo.py } pkg_postrm() { xfconf_pkg_postrm - python_mod_cleanup "$(python_get_sitedir)" + python_mod_cleanup exo-0.3 pyexo.py } |