diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:45:37 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:35 +0000 |
commit | 8326fc5776882617065096b9465f058a399bb87a (patch) | |
tree | 1a0fed404d1245e07cfb8bc323a3346a7f14af34 /net-mail | |
parent | net-mail/list-remote-forwards: Stabilize for amd64 (diff) | |
download | gentoo-8326fc5776882617065096b9465f058a399bb87a.tar.gz gentoo-8326fc5776882617065096b9465f058a399bb87a.tar.bz2 gentoo-8326fc5776882617065096b9465f058a399bb87a.zip |
net-mail/mailbox-count: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailbox-count/mailbox-count-0.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild index 448bf57bb078..5af4570d8c06 100644 --- a/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild +++ b/net-mail/mailbox-count/mailbox-count-0.0.6.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=7 @@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=" |