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/wiggle/
Date: Sat, 02 Dec 2017 12:52:50
Message-Id: 1512219115.c35f7b429fed3a7a5a50f254dda18d2b0146262a.soap@gentoo
1 commit: c35f7b429fed3a7a5a50f254dda18d2b0146262a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:51:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:51:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35f7b42
7
8 dev-util/wiggle: [QA] Fix DESCRIPTION.toolong
9
10 dev-util/wiggle/wiggle-0.9-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/wiggle/wiggle-0.9-r1.ebuild b/dev-util/wiggle/wiggle-0.9-r1.ebuild
14 index 65b4804e13c..27cef589a4d 100644
15 --- a/dev-util/wiggle/wiggle-0.9-r1.ebuild
16 +++ b/dev-util/wiggle/wiggle-0.9-r1.ebuild
17 @@ -5,7 +5,7 @@ EAPI=5
18
19 inherit eutils fixheadtails flag-o-matic toolchain-funcs
20
21 -DESCRIPTION="program for applying patches that patch cannot apply because of conflicting changes"
22 +DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes"
23 HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle"
24 SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz"