dev-util/cargo: rev bump to add pkg_postrm function

Required to help upgrading to rust-1.30+.

Bug: https://bugs.gentoo.org/671182
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-03-11 07:28:33 +01:00
parent 550eb47e98
commit b0a7fbefcd

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -156,7 +156,8 @@ KEYWORDS="amd64 ~arm64 x86"
IUSE="doc libressl"
COMMON_DEPEND="sys-libs/zlib
COMMON_DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2
@@ -200,3 +201,7 @@ src_install() {
doins src/etc/_cargo
doman src/etc/man/*
}
pkg_postrm() {
eselect rust update
}