diff options
author | 2020-01-17 21:13:18 +0100 | |
---|---|---|
committer | 2020-01-17 21:13:18 +0100 | |
commit | 3dba7899bc9ded40ce24f578b234374c87b91a42 (patch) | |
tree | 2f84d9f435e6663498b14ade48be450fe6a5bb3c /dev-lang | |
parent | app-admin/systemdgenie: Port to ecm.eclass and kde.org.eclass (diff) | |
download | gentoo-3dba7899bc9ded40ce24f578b234374c87b91a42.tar.gz gentoo-3dba7899bc9ded40ce24f578b234374c87b91a42.tar.bz2 gentoo-3dba7899bc9ded40ce24f578b234374c87b91a42.zip |
dev-lang/php: mark sparc stable (bug #703326)
Was forgotten.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.2.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.2.26.ebuild b/dev-lang/php/php-7.2.26.ebuild index 60a55509348f..db454dfb9726 100644 --- a/dev-lang/php/php-7.2.26.ebuild +++ b/dev-lang/php/php-7.2.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -18,7 +18,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 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg" |