summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-30 21:07:29 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-30 21:13:46 +0200
commitb7a4174e075a922a255c0ff4a6ebd4f6d0437c61 (patch)
tree8295e33b5ca69551939e30c2d2b765c50c55568c /dev-lang/python/python-3.4.5.ebuild
parentnet-wireless/chirp: bump (diff)
downloadgentoo-b7a4174e075a922a255c0ff4a6ebd4f6d0437c61.tar.gz
gentoo-b7a4174e075a922a255c0ff4a6ebd4f6d0437c61.tar.bz2
gentoo-b7a4174e075a922a255c0ff4a6ebd4f6d0437c61.zip
dev-lang/python: Remove remnants of python-updater
Remove the remaining dependencies on deprecated python-updater, and update the postinst messages appropriately. For Python 2.7, the message has been removed altogether since it is the oldest version supported by PYTHON_TARGETS. For the remaining versions, just inform about potential PYTHON_TARGETS changes necessary. The modified versions are not revision-bumped to avoid unnecessary rebuilds due to a minor change. The versions that are still newest-visible (i.e. not replaced by another version or revision bump) will be bumped when python-updater is lastrited.
Diffstat (limited to 'dev-lang/python/python-3.4.5.ebuild')
-rw-r--r--dev-lang/python/python-3.4.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.4.5.ebuild b/dev-lang/python/python-3.4.5.ebuild
index 9491f2da175d..433a3a373da8 100644
--- a/dev-lang/python/python-3.4.5.ebuild
+++ b/dev-lang/python/python-3.4.5.ebuild
@@ -53,8 +53,7 @@ DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.65
!sys-devel/gcc[libffi]"
RDEPEND+=" !build? ( app-misc/mime-types )"
-PDEPEND=">=app-eselect/eselect-python-20140125-r1
- app-admin/python-updater"
+PDEPEND=">=app-eselect/eselect-python-20140125-r1"
S="${WORKDIR}/${MY_P}"