From: David Seifert Date: Sat, 2 Dec 2017 12:51:35 +0000 (+0100) Subject: dev-util/ftjam: [QA] Fix DESCRIPTION.toolong X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=984d39483909fb2afbe5972cbb0d5dbf379b7b55;p=gentoo.git dev-util/ftjam: [QA] Fix DESCRIPTION.toolong --- diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild index a8cf96c8ab2d..9321798e4897 100644 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild +++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild @@ -5,7 +5,7 @@ inherit eutils toolchain-funcs versionator MY_PV=$(delete_version_separator _) -DESCRIPTION="Jam is a powerful alternative to make. FTJam is a 100% compatible enhanced Jam implementation" +DESCRIPTION="FTJam is a 100% compatible, enhanced implementation of the make alternative Jam" HOMEPAGE="http://freetype.sourceforge.net/jam/index.html" SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2"