diff options
author | David Seifert <soap@gentoo.org> | 2017-12-02 13:51:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-02 13:51:18 +0100 |
commit | bbcd286db26d43fec242c1bd2ae05d2e257f64fe (patch) | |
tree | 47d786578b90f2abd90d165b08b8ac79efeb229e /dev-scheme/jscheme | |
parent | profiles: spelling (diff) | |
download | gentoo-bbcd286db26d43fec242c1bd2ae05d2e257f64fe.tar.gz gentoo-bbcd286db26d43fec242c1bd2ae05d2e257f64fe.tar.bz2 gentoo-bbcd286db26d43fec242c1bd2ae05d2e257f64fe.zip |
dev-scheme/jscheme: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'dev-scheme/jscheme')
-rw-r--r-- | dev-scheme/jscheme/jscheme-7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/jscheme/jscheme-7.2.ebuild b/dev-scheme/jscheme/jscheme-7.2.ebuild index e92523300a5d..d78b804ae606 100644 --- a/dev-scheme/jscheme/jscheme-7.2.ebuild +++ b/dev-scheme/jscheme/jscheme-7.2.ebuild @@ -5,7 +5,7 @@ EAPI="3" inherit java-utils-2 java-pkg-2 -DESCRIPTION="JScheme is a dialect of Scheme with a very simple interface to Java, called the Javadot notation" +DESCRIPTION="JScheme is a Scheme dialect with a simple Java interface called Javadot notation" HOMEPAGE="http://jscheme.sourceforge.net/jscheme/main.html" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" |