diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-04 18:35:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-04 18:37:21 +0000 |
commit | 155383f6c4de9eb2b264d9627e4c478b0b3e641a (patch) | |
tree | c864012c4a15a53114afb73b6ea7537f95c9266d /dev-lang | |
parent | net-libs/librsync: stable 2.3.1 for ppc64 (diff) | |
download | gentoo-155383f6c4de9eb2b264d9627e4c478b0b3e641a.tar.gz gentoo-155383f6c4de9eb2b264d9627e4c478b0b3e641a.tar.bz2 gentoo-155383f6c4de9eb2b264d9627e4c478b0b3e641a.zip |
dev-lang/php: stable 7.3.25 for ppc64
stable wrt bug #756775
Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.3.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.25.ebuild b/dev-lang/php/php-7.3.25.ebuild index 8c57d9675a20..67559e49b050 100644 --- a/dev-lang/php/php-7.3.25.ebuild +++ b/dev-lang/php/php-7.3.25.ebuild @@ -19,7 +19,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}" |