diff options
author | Sam James <sam@gentoo.org> | 2022-01-07 15:28:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-07 15:28:10 +0000 |
commit | bf0542340649ac641368f16059f808955c092b4e (patch) | |
tree | 774107d38ba663bebcd85f4efc7a0e33acd90041 /dev-php/PEAR-HTTP_Request2 | |
parent | dev-libs/uriparser: Stabilize 0.9.6 x86, #830711 (diff) | |
download | gentoo-bf0542340649ac641368f16059f808955c092b4e.tar.gz gentoo-bf0542340649ac641368f16059f808955c092b4e.tar.bz2 gentoo-bf0542340649ac641368f16059f808955c092b4e.zip |
dev-php/PEAR-HTTP_Request2: Stabilize 2.5.0 ALLARCHES, #830730
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-HTTP_Request2')
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild index 890fa326e01c..67795c22d200 100644 --- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild +++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" IUSE="+curl +fileinfo +ssl test +zlib" # We don't have Yoast\PHPUnitPolyfills in Gentoo |