commit: 4f0d0ed2e7b4e9a9da1997fc7586492f79883717 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 00:05:51 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 04:55:50 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0d0ed2
dev-haskell/asn1-parse: Remove empty IUSE="" Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild index b28e10913286..bc0077ab18d2 100644 --- a/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild +++ b/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild @@ -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="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] >=dev-haskell/asn1-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?]
