diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 14:40:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-13 10:36:25 +0300 |
commit | c9936a29e5e5696a07ec9b9d9b776c4ecd12046a (patch) | |
tree | 69e56f2222a87bad270608c948367917af4a028f /net-mail | |
parent | net-mail/list-remote-forwards: remove empty IUSE (diff) | |
download | gentoo-c9936a29e5e5696a07ec9b9d9b776c4ecd12046a.tar.gz gentoo-c9936a29e5e5696a07ec9b9d9b776c4ecd12046a.tar.bz2 gentoo-c9936a29e5e5696a07ec9b9d9b776c4ecd12046a.zip |
net-mail/mailbox-count: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37923
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailbox-count/mailbox-count-0.0.6.ebuild | 3 |
1 files changed, 1 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 13bf27fe826f..99dfe03ede17 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" RDEPEND=" >=dev-haskell/cmdargs-0.10 |