diff options
author | 2020-04-20 15:28:02 +0200 | |
---|---|---|
committer | 2020-04-20 15:28:02 +0200 | |
commit | 88e7073c66121a98ebe2a1f841058c2b8489da77 (patch) | |
tree | 5d9c298c6ddd729cb92d07a3614464017251601e /dev-lang/php/php-7.4.5.ebuild | |
parent | net-dns/unbound: arm stable wrt bug #715222 (diff) | |
download | gentoo-88e7073c66121a98ebe2a1f841058c2b8489da77.tar.gz gentoo-88e7073c66121a98ebe2a1f841058c2b8489da77.tar.bz2 gentoo-88e7073c66121a98ebe2a1f841058c2b8489da77.zip |
dev-lang/php: ppc stable wrt bug #717710
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.4.5.ebuild')
-rw-r--r-- | dev-lang/php/php-7.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.5.ebuild b/dev-lang/php/php-7.4.5.ebuild index 46f8cf2f2b8f..34108dfa5cae 100644 --- a/dev-lang/php/php-7.4.5.ebuild +++ b/dev-lang/php/php-7.4.5.ebuild @@ -21,7 +21,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |