summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-27 21:20:31 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-27 21:20:31 +0000
commitf89a430fa5e2077212e811c38baac73820710ea1 (patch)
tree360c7bd6f562bc30747fcb2e17319540b8e7c150 /dev-vcs
parentclean up (diff)
downloadgentoo-2-f89a430fa5e2077212e811c38baac73820710ea1.tar.gz
gentoo-2-f89a430fa5e2077212e811c38baac73820710ea1.tar.bz2
gentoo-2-f89a430fa5e2077212e811c38baac73820710ea1.zip
Clean call to inherit().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild
index c561508d254e..915d82a5bba1 100644
--- a/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild
+++ b/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild,v 1.2 2010/07/27 20:55:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild,v 1.3 2010/07/27 21:20:31 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils versionator
+inherit distutils
MY_PV=${PV/_beta/b}
MY_PV=${MY_PV/_rc/rc}