diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:21 +0200 |
commit | 6285ca3133651fc3ce59f603c3340e5842e45c65 (patch) | |
tree | b1afafd50c4a5eccdb86a302df377c5cd097dd24 /dev-lang/php/php-7.3.8.ebuild | |
parent | dev-haskell: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.gz gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.bz2 gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.zip |
dev-lang: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.3.8.ebuild')
-rw-r--r-- | dev-lang/php/php-7.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.8.ebuild b/dev-lang/php/php-7.3.8.ebuild index 9281a98c7f04..793175638268 100644 --- a/dev-lang/php/php-7.3.8.ebuild +++ b/dev-lang/php/php-7.3.8.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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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" S="${WORKDIR}/${PN}-${MY_PV}" |