diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 11:12:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 11:12:51 +0100 |
commit | a30d3ef68b112e0c702aa4524fc5d9a54b311ef0 (patch) | |
tree | adb73db61ba1b56b15db833de612888d2c543f06 /dev-php/PEAR-HTTP_Request2 | |
parent | dev-php/PEAR-Mail: Stabilize 1.5.0 x86, #909606 (diff) | |
download | gentoo-a30d3ef68b112e0c702aa4524fc5d9a54b311ef0.tar.gz gentoo-a30d3ef68b112e0c702aa4524fc5d9a54b311ef0.tar.bz2 gentoo-a30d3ef68b112e0c702aa4524fc5d9a54b311ef0.zip |
dev-php/PEAR-HTTP_Request2: Stabilize 2.5.1 ALLARCHES, #909610
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.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild index 41c1916c349b..0d6497c49098 100644 --- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild +++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |