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/igprof/
Date: Sat, 02 Dec 2017 12:52:47
Message-Id: 1512219101.ba14970ece67b0995a3f6ab76e25a2f9e3a7789f.soap@gentoo
1 commit: ba14970ece67b0995a3f6ab76e25a2f9e3a7789f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14970e
7
8 dev-util/igprof: [QA] Fix DESCRIPTION.toolong
9
10 dev-util/igprof/igprof-5.9.11.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/igprof/igprof-5.9.11.ebuild b/dev-util/igprof/igprof-5.9.11.ebuild
14 index 5199159f060..14f8ced68fc 100644
15 --- a/dev-util/igprof/igprof-5.9.11.ebuild
16 +++ b/dev-util/igprof/igprof-5.9.11.ebuild
17 @@ -5,7 +5,7 @@ EAPI=5
18
19 inherit cmake-utils
20
21 -DESCRIPTION="Ignominous Profiler for analysing application memory and performance characteristics"
22 +DESCRIPTION="Ignominous Profiler for analysing application memory and performance"
23 HOMEPAGE="http://igprof.org"
24 SRC_URI="https://github.com/ktf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"