Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PHP 7.4 and dev-php/pecl-apcu-5.1.18
Date: Sun, 19 Apr 2020 01:37:08
Message-Id: 20200419013641.4td5ypg7ef42lyrl@ad-gentoo-main
In Reply to: [gentoo-user] PHP 7.4 and dev-php/pecl-apcu-5.1.18 by Steve Freeman
1 On Sat, Apr 18, 2020 at 08:22:26PM -0500, Steve Freeman wrote:
2 > Can anyone explain why php7-4 is either disallowed or missing, when the
3 > ebuild seems to allow it?
4
5 You need to allow the ~amd64 keyword (assuming that is your architecture) and
6 explicitly define the value of the PHP_TARGETS symbol. Try the following line,
7 and amend your package.accept_keywords and make.conf if it works as expected.
8
9 ACCEPT_KEYWORDS="~amd64" PHP_TARGETS="php7-4" emerge -atv
10 dev-php/pecl-apcu
11
12 --
13
14 Ashley Dixon
15 suugaku.co.uk
16
17 2A9A 4117
18 DA96 D18A
19 8A7B B0D2
20 A30E BF25
21 F290 A8AA

Attachments

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

Replies

Subject Author
Re: [gentoo-user] PHP 7.4 and dev-php/pecl-apcu-5.1.18 Steve Freeman <trekie@×××××××.net>