diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 21:54:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 21:54:22 +0100 |
commit | 26d0fb5ff1e39889d399621cc8fc796615dc3722 (patch) | |
tree | e6536953402e9453c896154d57ceeb7edfb0519b /eclass | |
parent | dev-libs/libbpf: Stabilize 0.6.0 sparc, #830605 (diff) | |
download | gentoo-26d0fb5ff1e39889d399621cc8fc796615dc3722.tar.gz gentoo-26d0fb5ff1e39889d399621cc8fc796615dc3722.tar.bz2 gentoo-26d0fb5ff1e39889d399621cc8fc796615dc3722.zip |
unpacker.eclass: remove kernel_AIX special case for *.deb
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/unpacker.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 74899fd77b70..4c0641d59ce1 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: unpacker.eclass @@ -509,9 +509,6 @@ unpacker_src_uri_depends() { case ${uri} in *.cpio.*|*.cpio) d="app-arch/cpio" ;; - *.deb) - # platforms like AIX don't have a good ar - d="kernel_AIX? ( app-arch/deb2targz )" ;; *.rar|*.RAR) d="app-arch/unrar" ;; *.7z) |