diff --git a/app-admin/tripwire/tripwire-2.4.3.7.ebuild b/app-admin/tripwire/tripwire-2.4.3.7.ebuild index b89e3608164d..b0d5080ee7dc 100644 --- a/app-admin/tripwire/tripwire-2.4.3.7.ebuild +++ b/app-admin/tripwire/tripwire-2.4.3.7.ebuild @@ -40,7 +40,7 @@ src_configure() { append-cppflags -DCONFIG_DIR='"\"/etc/tripwire\""' append-flags -fno-strict-aliasing - # "integer.cpp:1162:24: error: reference to ‘byte’ is ambiguous" + # "integer.cpp:1162:24: error: reference to 'byte' is ambiguous" # bug #786465 append-cxxflags -std=c++14 diff --git a/app-misc/ckermit/ckermit-10.0.414_beta11-r1.ebuild b/app-misc/ckermit/ckermit-10.0.414_beta11-r1.ebuild index 9a0993ea571e..0ceb473ef159 100644 --- a/app-misc/ckermit/ckermit-10.0.414_beta11-r1.ebuild +++ b/app-misc/ckermit/ckermit-10.0.414_beta11-r1.ebuild @@ -46,7 +46,7 @@ src_prepare() { } src_compile() { - # "ckcfn3.c:224:16: error: type of ‘sndfilter’ does not match original declaration" + # "ckcfn3.c:224:16: error: type of 'sndfilter' does not match original declaration" filter-lto # We don't enable any of the telnet/ftp authentication stuff diff --git a/app-misc/ckermit/ckermit-10.0.416_beta12.ebuild b/app-misc/ckermit/ckermit-10.0.416_beta12.ebuild index bac243fa8dd1..520482027d0b 100644 --- a/app-misc/ckermit/ckermit-10.0.416_beta12.ebuild +++ b/app-misc/ckermit/ckermit-10.0.416_beta12.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_compile() { - # "ckcfn3.c:224:16: error: type of ‘sndfilter’ does not match original declaration" + # "ckcfn3.c:224:16: error: type of 'sndfilter' does not match original declaration" filter-lto # We don't enable any of the telnet/ftp authentication stuff diff --git a/app-misc/openrgb/openrgb-0.9-r2.ebuild b/app-misc/openrgb/openrgb-0.9-r2.ebuild index 45f1bddc4d98..1b8234300ada 100644 --- a/app-misc/openrgb/openrgb-0.9-r2.ebuild +++ b/app-misc/openrgb/openrgb-0.9-r2.ebuild @@ -65,7 +65,7 @@ src_configure() { # instead, and compiles the .cpp file again. append-ldflags -Wl,--export-dynamic - # > warning: ‘-pipe’ ignored because ‘-save-temps’ specified + # > warning: '-pipe' ignored because '-save-temps' specified filter-flags -pipe # cpp-httplib >=0.16.0 changed the library name from "httplib" to "cpp-httplib". diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index d5be8e1b92c7..8beeb9b6704e 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -61,7 +61,7 @@ src_configure() { # instead, and compiles the .cpp file again. append-ldflags -Wl,--export-dynamic - # > warning: ‘-pipe’ ignored because ‘-save-temps’ specified + # > warning: '-pipe' ignored because '-save-temps' specified filter-flags -pipe # cpp-httplib >=0.16.0 changed the library name from "httplib" to "cpp-httplib". diff --git a/app-shells/atuin/atuin-18.4.0.ebuild b/app-shells/atuin/atuin-18.4.0.ebuild index 282ac5c6eea3..d314032dc896 100644 --- a/app-shells/atuin/atuin-18.4.0.ebuild +++ b/app-shells/atuin/atuin-18.4.0.ebuild @@ -80,7 +80,7 @@ src_test() { initdb "${postgres_dir}" || die local port=11123 - # -h '' → only socket connections allowed. + # -h '' --> only socket connections allowed. postgres -D "${postgres_dir}" \ -k "${postgres_dir}" \ -p "${port}" & diff --git a/app-shells/atuin/atuin-18.5.0.ebuild b/app-shells/atuin/atuin-18.5.0.ebuild index 9a0177e592f9..408c0ccbbdf4 100644 --- a/app-shells/atuin/atuin-18.5.0.ebuild +++ b/app-shells/atuin/atuin-18.5.0.ebuild @@ -80,7 +80,7 @@ src_test() { initdb "${postgres_dir}" || die local port=11123 - # -h '' → only socket connections allowed. + # -h '' --> only socket connections allowed. postgres -D "${postgres_dir}" \ -k "${postgres_dir}" \ -p "${port}" & diff --git a/app-shells/atuin/atuin-18.6.1.ebuild b/app-shells/atuin/atuin-18.6.1.ebuild index 1e2585996737..5924bd2bf5f4 100644 --- a/app-shells/atuin/atuin-18.6.1.ebuild +++ b/app-shells/atuin/atuin-18.6.1.ebuild @@ -79,7 +79,7 @@ src_test() { initdb "${postgres_dir}" || die local port=11123 - # -h '' → only socket connections allowed. + # -h '' --> only socket connections allowed. postgres -D "${postgres_dir}" \ -k "${postgres_dir}" \ -p "${port}" & diff --git a/app-text/cherrytree/cherrytree-1.2.0.ebuild b/app-text/cherrytree/cherrytree-1.2.0.ebuild index d2e8464e00c5..026712e9e7ec 100644 --- a/app-text/cherrytree/cherrytree-1.2.0.ebuild +++ b/app-text/cherrytree/cherrytree-1.2.0.ebuild @@ -13,9 +13,9 @@ HOMEPAGE="https://www.giuspen.com/cherrytree/" SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" S="${WORKDIR}"/${P/-/_} -# GPL-3 — future/src/ct (CherryTree) -# LGPL-2.1 — future/src/7za (7zip) -# MIT — future/src/fmt (libfmt) +# GPL-3 - future/src/ct (CherryTree) +# LGPL-2.1 - future/src/7za (7zip) +# MIT - future/src/fmt (libfmt) LICENSE="GPL-3 LGPL-2.1 MIT" SLOT="0" diff --git a/app-text/cherrytree/cherrytree-1.3.0.ebuild b/app-text/cherrytree/cherrytree-1.3.0.ebuild index d2e8464e00c5..026712e9e7ec 100644 --- a/app-text/cherrytree/cherrytree-1.3.0.ebuild +++ b/app-text/cherrytree/cherrytree-1.3.0.ebuild @@ -13,9 +13,9 @@ HOMEPAGE="https://www.giuspen.com/cherrytree/" SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" S="${WORKDIR}"/${P/-/_} -# GPL-3 — future/src/ct (CherryTree) -# LGPL-2.1 — future/src/7za (7zip) -# MIT — future/src/fmt (libfmt) +# GPL-3 - future/src/ct (CherryTree) +# LGPL-2.1 - future/src/7za (7zip) +# MIT - future/src/fmt (libfmt) LICENSE="GPL-3 LGPL-2.1 MIT" SLOT="0" diff --git a/app-text/cherrytree/cherrytree-1.4.0.ebuild b/app-text/cherrytree/cherrytree-1.4.0.ebuild index 974a4920ae7b..f920de95b7a6 100644 --- a/app-text/cherrytree/cherrytree-1.4.0.ebuild +++ b/app-text/cherrytree/cherrytree-1.4.0.ebuild @@ -13,9 +13,9 @@ HOMEPAGE="https://www.giuspen.com/cherrytree/" SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" S="${WORKDIR}"/${P/-/_} -# GPL-3 — future/src/ct (CherryTree) -# LGPL-2.1 — future/src/7za (7zip) -# MIT — future/src/fmt (libfmt) +# GPL-3 - future/src/ct (CherryTree) +# LGPL-2.1 - future/src/7za (7zip) +# MIT - future/src/fmt (libfmt) LICENSE="GPL-3 LGPL-2.1 MIT" SLOT="0" diff --git a/app-text/discount/discount-2.2.7c-r1.ebuild b/app-text/discount/discount-2.2.7c-r1.ebuild index 0342dd5102c4..5fd92773d5fe 100644 --- a/app-text/discount/discount-2.2.7c-r1.ebuild +++ b/app-text/discount/discount-2.2.7c-r1.ebuild @@ -22,9 +22,9 @@ PATCHES=( src_prepare() { default - # for QA, we remove the Makefile’s usage of install -s. + # for QA, we remove the Makefile's usage of install -s. # Drop ldconfig invocation. - # Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS + # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS # at that point). sed -i \ -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ diff --git a/app-text/discount/discount-3.0.0a.ebuild b/app-text/discount/discount-3.0.0a.ebuild index 6c5407b894ce..2228eef31625 100644 --- a/app-text/discount/discount-3.0.0a.ebuild +++ b/app-text/discount/discount-3.0.0a.ebuild @@ -18,9 +18,9 @@ RESTRICT="!test? ( test )" src_prepare() { default - # for QA, we remove the Makefile’s usage of install -s. + # for QA, we remove the Makefile's usage of install -s. # Drop ldconfig invocation. - # Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS + # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS # at that point). sed -i \ -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ diff --git a/app-text/discount/discount-3.0.0d.ebuild b/app-text/discount/discount-3.0.0d.ebuild index 40a5c1729768..2e0ff4a05cf5 100644 --- a/app-text/discount/discount-3.0.0d.ebuild +++ b/app-text/discount/discount-3.0.0d.ebuild @@ -18,9 +18,9 @@ RESTRICT="!test? ( test )" src_prepare() { default - # for QA, we remove the Makefile’s usage of install -s. + # for QA, we remove the Makefile's usage of install -s. # Drop ldconfig invocation. - # Force “librarian.sh” to respect LDFLAGS ($FLAGS should have CFLAGS + # Force "librarian.sh" to respect LDFLAGS ($FLAGS should have CFLAGS # at that point). sed -i \ -e '/INSTALL_PROGRAM/s,\$_strip ,,' \ diff --git a/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild b/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild index ed53dd39ce33..a02c111f84c2 100644 --- a/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild +++ b/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild @@ -55,8 +55,8 @@ src_prepare() { # Cabal bootstraps with 'ghc --make' without package cleanup in environment. # That causes module collisions at build: - # - pulseaudio: Distribution/Utils/Structured.hs:98:1: error: Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.9.3 - # - kinds: Distribution/Utils/Structured.hs:106:1: error: Ambiguous module name ‘Data.Kind’: it was found in multiple packages: base-4.14.1.0 kinds-0.0.1.5 + # - pulseaudio: Distribution/Utils/Structured.hs:98:1: error: Ambiguous module name 'Data.Time': it was found in multiple packages: pulseaudio-0.0.2.1 time-1.9.3 + # - kinds: Distribution/Utils/Structured.hs:106:1: error: Ambiguous module name 'Data.Kind': it was found in multiple packages: base-4.14.1.0 kinds-0.0.1.5 HCFLAGS="${HCFLAGS} -ignore-package=pulseaudio" HCFLAGS="${HCFLAGS} -ignore-package=kinds" } diff --git a/dev-haskell/http-date/http-date-0.0.11.ebuild b/dev-haskell/http-date/http-date-0.0.11.ebuild index bd0d30401b3e..d05975d8d0af 100644 --- a/dev-haskell/http-date/http-date-0.0.11.ebuild +++ b/dev-haskell/http-date/http-date-0.0.11.ebuild @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -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-8.4.3:= 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:=