Gentoo Archives: gentoo-dev

From: Sebastian Bergmann <sebastian@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] DEPEND on alternative release series of a package
Date: Tue, 05 Jul 2005 18:58:16
Message-Id: 42CAD739.2060400@gentoo.org
1 I want to add an ebuild for APC 3.0.0 (dev-php/PECL-apc) to portage but
2 am stuck with the following problem: APC 3.0.0 works with PHP 4.3.X and
3 PHP 5.1.X but not with PHP 5.0.X.
4
5 To block the installation of APC 3.0.0 with PHP 5.0.X I added the
6 following to the ebuild:
7
8 DEPEND="...
9 || ( =dev-php/php-4.0*
10 =dev-php/php-5.1* )"
11
12 While this seems to work with emerge, I get DEPEND.bad and RDEPEND.bad
13 errors from repoman.
14
15 Any help appreciated,
16 Sebastian
17
18 --
19 Sebastian Bergmann http://www.sebastian-bergmann.de/
20 GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] DEPEND on alternative release series of a package Sebastian Bergmann <sebastian@g.o>