Gentoo Archives: gentoo-portage-dev

From: Sebastian Luther <SebastianLuther@×××.de>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 1/3] Have repoman check if the packages to unpack rare archive formats from SRC_URI are present in DEPEND (bug #205909).
Date: Fri, 17 Jan 2014 08:28:14
Message-Id: 52D8E99A.6000004@gmx.de
In Reply to: [gentoo-portage-dev] [PATCH 1/3] Have repoman check if the packages to unpack rare archive formats from SRC_URI are present in DEPEND (bug #205909). by Tom Wijsman
1 Am 16.01.2014 01:07, schrieb Tom Wijsman:
2
3 > +
4 > +archive_formats_eapi_3_to_5 = {
5 > + "\.tar.xz":"app-arch/tar",
6 > + "\.xz":"app-arch/xz-utils",
7
8 Shouldn't ".tar.xz" require both tar and xz-utils? Other entries may
9 have the same problem.

Replies