summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-05-18 20:43:41 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-05-19 19:56:12 +0300
commitad4f6c00fb5a5d28a740fc019e804674b54f4df7 (patch)
treeddf210fc224e4b17f7f9309e982cd918b25ab7d2 /dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild
parent5b3e6ae05a39bc78cc8f98c23fff6c4c2e4ad9ce (diff)
downloadgentoo-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-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild')
-rw-r--r--dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild b/dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild
index 416f3d3edd1e..49cbfb1b72fd 100644
--- a/dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild
+++ b/dev-ruby/ruby-odbc/ruby-odbc-0.999992.ebuild
@@ -36,7 +36,7 @@ all_ruby_prepare() {
# the extension as we'd be unable to run it properly otherwise.
sed -i -e 's:\./odbc:odbc:' test/{,utf8/}test.rb || die
- # Since lib should not get installed avoid it entirely…
+ # Since lib should not get installed avoid it entirely...
mv lib contrib || die
}