Gentoo Archives: gentoo-dev

From: Michael Boman <michael.boman@××××××××××.com>
To: Gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] Depend on either one?
Date: Fri, 20 Jun 2003 09:45:06
Message-Id: 1056102319.29604.15.camel@r2d2.dmz1.securecirt.com
1 I have a package that can be either be used with release or CVS version
2 of the API.
3
4 I've tried to do:
5
6 DEPEND="
7 libapi || libapi-cvs
8 "
9
10 in my ebuild. Lintool didn't think anything was strange but it didn't
11 want to build.
12
13 How can I make the ebuild work with either release or cvs version,
14 without creating two ebuilds for it?
15
16 Best regards
17 Michael Boman
18
19 --
20 Michael Boman
21 Security Architect, SecureCiRT Pte Ltd
22 http://www.securecirt.com

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Depend on either one? Georgi Georgiev <chutz@×××.net>