diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-18 20:43:41 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-19 19:56:12 +0300 |
| commit | ad4f6c00fb5a5d28a740fc019e804674b54f4df7 (patch) | |
| tree | ddf210fc224e4b17f7f9309e982cd918b25ab7d2 /dev-haskell/http-date/http-date-0.0.8.ebuild | |
| parent | 5b3e6ae05a39bc78cc8f98c23fff6c4c2e4ad9ce (diff) | |
| download | gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.tar.gz gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.tar.bz2 gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.zip | |
*/*: convert to ASCII various comments
While not required, it is a good idea to convert comments to ASCII
to avoid issues with some tools that may not handle Unicode properly.
This commit converts various comments in the ebuilds to ASCII where
it makes sense.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-haskell/http-date/http-date-0.0.8.ebuild')
| -rw-r--r-- | dev-haskell/http-date/http-date-0.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/http-date/http-date-0.0.8.ebuild b/dev-haskell/http-date/http-date-0.0.8.ebuild index c359d6219c47..c4d88709acfc 100644 --- a/dev-haskell/http-date/http-date-0.0.8.ebuild +++ b/dev-haskell/http-date/http-date-0.0.8.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" -RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 +RESTRICT=test # Ambiguous module name 'Data.Time': it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 RDEPEND="dev-haskell/attoparsec:=[profile?] >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1 |
