diff options
author | 2023-12-08 11:19:53 -0500 | |
---|---|---|
committer | 2023-12-08 18:29:28 +0200 | |
commit | d53310231b3bfe61748dd7423970eb8f1f224939 (patch) | |
tree | 6c904ffb29c0303e905b8e0d0b66f8adeba1d701 /dev-php/PEAR-Net_POP3 | |
parent | dev-php/PEAR-Net_Ping: unkeyword 2.4.5-r2 for ~alpha (diff) | |
download | gentoo-d53310231b3bfe61748dd7423970eb8f1f224939.tar.gz gentoo-d53310231b3bfe61748dd7423970eb8f1f224939.tar.bz2 gentoo-d53310231b3bfe61748dd7423970eb8f1f224939.zip |
dev-php/PEAR-Net_POP3: unkeyword 1.3.8-r1 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Net_POP3')
-rw-r--r-- | dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild index 898fd95bb079..44a61379db44 100644 --- a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild +++ b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Provides a POP3 class to access POP3 server" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="+sasl" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1 sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" |