Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] x-modular.eclass: A modified approach to EAPI support
Date: Sat, 07 Mar 2009 09:50:12
Message-Id: 18866.17225.129454.389648@a1ihome1.kph.uni-mainz.de
In Reply to: [gentoo-dev] x-modular.eclass: A modified approach to EAPI support by Donnie Berkholz
1 >>>>> On Fri, 06 Mar 2009, Donnie Berkholz wrote:
2
3 > Any thoughts?
4
5 > + *)
6 > + die "Unknown EAPI ${EAPI}"
7 > + ;;
8
9 Is is safe to assume that an unknown EAPI will provide a "die"
10 function?
11
12 Ulrich

Replies

Subject Author
Re: [gentoo-dev] x-modular.eclass: A modified approach to EAPI support Nirbheek Chauhan <nirbheek@g.o>