diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-14 06:57:38 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-14 06:57:38 +0100 |
commit | 333bfe492f34585ce74088157332006b01fd8471 (patch) | |
tree | e031a685732b9b2d2cffc31dc5d9740f5751404d /dev-php/igbinary | |
parent | net-irc/ii: add ~arm, bug #647854 (diff) | |
download | gentoo-333bfe492f34585ce74088157332006b01fd8471.tar.gz gentoo-333bfe492f34585ce74088157332006b01fd8471.tar.bz2 gentoo-333bfe492f34585ce74088157332006b01fd8471.zip |
dev-php/igbinary: add ~arm, bug #643572
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r-- | dev-php/igbinary/igbinary-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/igbinary/igbinary-2.0.5.ebuild b/dev-php/igbinary/igbinary-2.0.5.ebuild index 65cdb5148a85..7421e044d58d 100644 --- a/dev-php/igbinary/igbinary-2.0.5.ebuild +++ b/dev-php/igbinary/igbinary-2.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-source-r3 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" HOMEPAGE="https://github.com/${PN}/${PN}" |