Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: NP-Hardass <NP-Hardass@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] New eclass: mate
Date: Fri, 10 Jun 2016 13:33:33
Message-Id: 20160610153315.6b5a0aa6.mgorny@gentoo.org
In Reply to: Re: [gentoo-dev] [RFC] New eclass: mate by NP-Hardass
1 On Thu, 9 Jun 2016 08:19:43 -0400
2 NP-Hardass <NP-Hardass@g.o> wrote:
3
4 > # Ensure availibility of xz-utils on old EAPIs
5 > if [[ "${EAPI:-0}" -lt "6" ]]; then
6 > DEPEND="app-arch/xz-utils"
7 > fi
8
9 One more thing. What is the rationale for this? I've tried hard, and I
10 can't find anything EAPI-conditional about dependency on xz-utils.
11
12 --
13 Best regards,
14 Michał Górny
15 <http://dev.gentoo.org/~mgorny/>

Replies

Subject Author
Re: [gentoo-dev] [RFC] New eclass: mate NP-Hardass <NP-Hardass@g.o>