commit: 41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 03:20:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 24 03:20:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b59afa
dev-ruby/fast_gettext: fix typo in DESCRIPTION Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild | 4 ++-- dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild | 4 ++-- dev-ruby/fast_gettext/fast_gettext-2.3.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild index 3ec8ad5e3680..4aec6060cb9f 100644 --- a/dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" +DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsafe!" HOMEPAGE="https://github.com/grosser/fast_gettext" SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild index 011935009a60..bc9a52da4668 100644 --- a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="fast_gettext.gemspec" inherit ruby-fakegem -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" +DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsafe!" HOMEPAGE="https://github.com/grosser/fast_gettext" SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ruby/fast_gettext/fast_gettext-2.3.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.3.0.ebuild index eccf3ea5496c..2af9f7ddd77c 100644 --- a/dev-ruby/fast_gettext/fast_gettext-2.3.0.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-2.3.0.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="fast_gettext.gemspec" inherit ruby-fakegem -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" +DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsafe!" HOMEPAGE="https://github.com/grosser/fast_gettext" SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
