diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-22 11:16:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-22 11:16:36 +0000 |
commit | ec86f5fcfa7a895ea685c20b224132cfa3ecea07 (patch) | |
tree | 5acd4161873923cfccf2932b8376813dfb495a64 /sys-apps | |
parent | Bump yesod-test to 1.4.2.1 (diff) | |
download | gentoo-2-ec86f5fcfa7a895ea685c20b224132cfa3ecea07.tar.gz gentoo-2-ec86f5fcfa7a895ea685c20b224132cfa3ecea07.tar.bz2 gentoo-2-ec86f5fcfa7a895ea685c20b224132cfa3ecea07.zip |
Update the comment not to support python-mhash in new stable too, bug #533190.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index e3463fc65f06..58fee690a667 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1424 2014/12/22 11:14:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1425 2014/12/22 11:16:36 mgorny Exp $ + + 22 Dec 2014; Michał Górny <mgorny@gentoo.org> portage-2.2.14.ebuild: + Update the comment not to support python-mhash in new stable too, bug #533190. 22 Dec 2014; Michał Górny <mgorny@gentoo.org> portage-2.2.15.ebuild, portage-9999.ebuild: diff --git a/sys-apps/portage/portage-2.2.14.ebuild b/sys-apps/portage/portage-2.2.14.ebuild index 2a51fa7d5f9c..fb2a0fe0debf 100644 --- a/sys-apps/portage/portage-2.2.14.ebuild +++ b/sys-apps/portage/portage-2.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v 1.6 2014/12/20 15:17:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v 1.7 2014/12/22 11:16:36 mgorny Exp $ EAPI=5 @@ -32,7 +32,7 @@ DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} ) # quite slow, so it's not considered in the dependencies as an alternative to # to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so # for now, don't pull in xattr deps for other kernels. -# For whirlpool hash, require python[ssl] or python-mhash (bug #425046). +# For whirlpool hash, require python[ssl] (bug #425046). # For compgen, require bash[readline] (bug #445576). RDEPEND=" dev-lang/python-exec:2 |