Skip to content

Commit a1e74c5

Browse files
committed
dev-haskell/base-unicode-symbols: Remove empty IUSE=""
Signed-off-by: Mark Wright <gienah@gentoo.org>
1 parent 498bf83 commit a1e74c5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2026 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -15,7 +15,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
1515
LICENSE="BSD"
1616
SLOT="0/${PV}"
1717
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18-
IUSE=""
1918

2019
RDEPEND=">=dev-lang/ghc-7.4.1:=
2120
"

dev-haskell/base-unicode-symbols/metadata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<longdescription>
99
This package defines new symbols for a number of functions,
1010
operators and types in the base package.
11-
11+
1212
All symbols are documented with their actual definition and
1313
information regarding their Unicode code point. They should be
1414
completely interchangeable with their definitions.
15-
15+
1616
For further Unicode goodness you can enable the @UnicodeSyntax@
1717
language extension \[1\]. This extension enables Unicode characters
1818
to be used to stand for certain ASCII character sequences,
1919
i.e. &amp;#x2192; instead of @-&gt;@, &amp;#x2200; instead of @forall@ and many
2020
others.
21-
21+
2222
Original idea by P&amp;#xE9;ter Divi&amp;#xE1;nszky.
23-
23+
2424
\[1\] &lt;http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax&gt;
2525
</longdescription>
2626
</pkgmetadata>

0 commit comments

Comments
 (0)