diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:13:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:19 +0000 |
commit | 8286d1e5543d1122c6d6a6cbfa38b077e6676996 (patch) | |
tree | 05f5d9ad9802f21d7a9e9b6dbd3196c422cd7db7 /dev-util/gertty | |
parent | dev-util/colorgcc: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-8286d1e5543d1122c6d6a6cbfa38b077e6676996.tar.gz gentoo-8286d1e5543d1122c6d6a6cbfa38b077e6676996.tar.bz2 gentoo-8286d1e5543d1122c6d6a6cbfa38b077e6676996.zip |
dev-util/gertty: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index 1c7c40458d66..fbd4f6bcd9f2 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) inherit distutils-r1 -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." +DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" HOMEPAGE="https://pypi.org/project/gertty/" if [[ ${PV} == *9999 ]];then inherit git-r3 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 31488d532f1c..dd4e83ac1992 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) inherit distutils-r1 -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system." +DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system" HOMEPAGE="https://pypi.org/project/gertty/" if [[ ${PV} == *9999 ]];then inherit git-r3 |