diff options
author | 2015-09-23 12:41:40 +0200 | |
---|---|---|
committer | 2015-09-23 12:41:40 +0200 | |
commit | d4648b5ddcef8ee497b6324dc68f9eadf2d63341 (patch) | |
tree | 15639be65eccc39bc821f67fd6b89366aabaad87 /sci-misc/openfst | |
parent | Drop unnecessary die from doins (diff) | |
download | sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.tar.gz sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.tar.bz2 sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.zip |
Drop unnecessary "." in DESCRIPTIONS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/openfst')
-rw-r--r-- | sci-misc/openfst/openfst-1.3.4.ebuild | 2 | ||||
-rw-r--r-- | sci-misc/openfst/openfst-1.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild index 00c5e6b26..fa1cf9fcb 100644 --- a/sci-misc/openfst/openfst-1.3.4.ebuild +++ b/sci-misc/openfst/openfst-1.3.4.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic multilib -DESCRIPTION="Finite State Transducer tools by Google et al." +DESCRIPTION="Finite State Transducer tools by Google et al" HOMEPAGE="http://www.openfst.org" SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild index bf31f4feb..499404403 100644 --- a/sci-misc/openfst/openfst-1.4.1.ebuild +++ b/sci-misc/openfst/openfst-1.4.1.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils -DESCRIPTION="Finite State Transducer tools by Google et al." +DESCRIPTION="Finite State Transducer tools by Google et al" HOMEPAGE="http://www.openfst.org" SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" |