diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:20:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-24 03:20:54 +0000 |
commit | 41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed (patch) | |
tree | 95a31acd118e3a6a0c895a1ff4d082ec66775d16 /dev-ruby/fast_gettext | |
parent | dev-ruby/duktape-rb: fix typo in DESCRIPTION (diff) | |
download | gentoo-41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed.tar.gz gentoo-41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed.tar.bz2 gentoo-41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed.zip |
dev-ruby/fast_gettext: fix typo in DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/fast_gettext')
-rw-r--r-- | dev-ruby/fast_gettext/fast_gettext-1.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | 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" |