summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-24 01:54:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-24 01:54:57 +0000
commitcd2604871e56f412b04de0f065966a52971ea8d9 (patch)
treec8cf9cac861b96bb8558eff94c2083a441eb5a6d /dev-python/python-docs/python-docs-2.4.4-r1.ebuild
parentadd missing xml to IUSE (diff)
downloadgentoo-2-cd2604871e56f412b04de0f065966a52971ea8d9.tar.gz
gentoo-2-cd2604871e56f412b04de0f065966a52971ea8d9.tar.bz2
gentoo-2-cd2604871e56f412b04de0f065966a52971ea8d9.zip
Update calls to 'eselect python update'.
Diffstat (limited to 'dev-python/python-docs/python-docs-2.4.4-r1.ebuild')
-rw-r--r--dev-python/python-docs/python-docs-2.4.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-docs/python-docs-2.4.4-r1.ebuild b/dev-python/python-docs/python-docs-2.4.4-r1.ebuild
index 6111b8055fa9..304efdd27e92 100644
--- a/dev-python/python-docs/python-docs-2.4.4-r1.ebuild
+++ b/dev-python/python-docs/python-docs-2.4.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.2 2009/06/12 21:31:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.3 2009/08/24 01:54:57 arfrever Exp $
DESCRIPTION="HTML documentation for Python"
HOMEPAGE="http://www.python.org/doc/"
@@ -37,11 +37,11 @@ src_install() {
}
pkg_postinst() {
- eselect python update --ignore 3.0 --ignore 3.1
+ eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
}
pkg_postrm() {
- eselect python update --ignore 3.0 --ignore 3.1
+ eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
rm -f "${ROOT}etc/env.d/65python-docs"