Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/
Date: Sat, 02 Dec 2017 12:52:47
Message-Id: 1512219095.984d39483909fb2afbe5972cbb0d5dbf379b7b55.soap@gentoo
1 commit: 984d39483909fb2afbe5972cbb0d5dbf379b7b55
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984d3948
7
8 dev-util/ftjam: [QA] Fix DESCRIPTION.toolong
9
10 dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
14 index a8cf96c8ab2..9321798e489 100644
15 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
16 +++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r1.ebuild
17 @@ -5,7 +5,7 @@ inherit eutils toolchain-funcs versionator
18
19 MY_PV=$(delete_version_separator _)
20
21 -DESCRIPTION="Jam is a powerful alternative to make. FTJam is a 100% compatible enhanced Jam implementation"
22 +DESCRIPTION="FTJam is a 100% compatible, enhanced implementation of the make alternative Jam"
23 HOMEPAGE="http://freetype.sourceforge.net/jam/index.html"
24 SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2"