diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-02 11:47:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-02 11:47:32 +0100 |
commit | c02b6a450a9ba4b1c91695a700f979434df8aff9 (patch) | |
tree | d8276a3b2ceaa3d44a14295986e6b64309100956 | |
parent | dev-php/igbinary: x86 stable wrt bug #610938 (diff) | |
download | gentoo-c02b6a450a9ba4b1c91695a700f979434df8aff9.tar.gz gentoo-c02b6a450a9ba4b1c91695a700f979434df8aff9.tar.bz2 gentoo-c02b6a450a9ba4b1c91695a700f979434df8aff9.zip |
dev-php/pecl-mailparse: x86 stable wrt bug #610940
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild index 6225c6fca4e6..44e3c8590a5b 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r4.ebuild @@ -12,7 +12,7 @@ USE_PHP="php5-6 php7-0 php7-1" inherit php-ext-pecl-r3 USE_PHP="php5-6" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" DESCRIPTION="PHP extension for parsing RFC822 and RFC2045 (MIME) messages" LICENSE="PHP-2.02" diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild index c0e4d03ed935..5994e8aeea36 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.2.ebuild @@ -16,7 +16,7 @@ inherit php-ext-pecl-r3 # Only build for 7.x USE_PHP="php7-0 php7-1" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME compliant messages" LICENSE="PHP-3.01" |