dev-haskell/regex-applicative: Remove empty IUSE=""

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-12 12:16:27 +11:00
parent 45ba33a2c2
commit 8b3b72ce21
2 changed files with 3 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
Parsers can be built using Applicative interface.
</longdescription>
<upstream>
<remote-id type="github">UnkindPartition/regex-applicative</remote-id>
<remote-id type="hackage">regex-applicative</remote-id>
<remote-id type="github">feuerbach/regex-applicative</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.8.2:=
"