Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Thu, 07 Jan 2021 18:26:03
Message-Id: 1610043915.572dc5e0b69fce77256d89e9a2e8e5b049830f45.grknight@gentoo
1 commit: 572dc5e0b69fce77256d89e9a2e8e5b049830f45
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 18:25:15 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 18:25:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572dc5e0
7
8 dev-lang/php: Drop keywords to unstable for 7.4.14
9
10 Inadvertantly straight to stable
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 dev-lang/php/php-7.4.14.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/php/php-7.4.14.ebuild b/dev-lang/php/php-7.4.14.ebuild
18 index d1cb39b5ad9..74547bb5b1c 100644
19 --- a/dev-lang/php/php-7.4.14.ebuild
20 +++ b/dev-lang/php/php-7.4.14.ebuild
21 @@ -21,7 +21,7 @@ LICENSE="PHP-3.01
22 unicode? ( BSD-2 LGPL-2.1 )"
23
24 SLOT="$(ver_cut 1-2)"
25 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
27
28 S="${WORKDIR}/${PN}-${MY_PV}"