diff options
author | 2020-04-11 19:33:01 -0700 | |
---|---|---|
committer | 2020-04-11 19:35:45 -0700 | |
commit | dd0edb91503a92e6190dd29acb05c6f3c038a471 (patch) | |
tree | f0625381fa773885b008ab8d36de6ce5edb66dc2 /sys-apps | |
parent | sys-apps/portage: Remove old versions (diff) | |
download | gentoo-dd0edb91503a92e6190dd29acb05c6f3c038a471.tar.gz gentoo-dd0edb91503a92e6190dd29acb05c6f3c038a471.tar.bz2 gentoo-dd0edb91503a92e6190dd29acb05c6f3c038a471.zip |
sys-apps/portage: Remove obsolete xattr comments from 9999
Fixes: 02b9f53756f6 ("sys-apps/portage: Remove obsolete python_gen_cond_dep")
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 2094c8a30bf1..7c222c5a8137 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -26,12 +26,7 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) dev-python/sphinx dev-python/sphinx-epytext )" - # Require sandbox-2.2 for bug #288863. -# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's -# 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] (bug #425046). # For compgen, require bash[readline] (bug #445576). # app-portage/gemato goes without PYTHON_USEDEP since we're calling |