Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xmlindent/
Date: Mon, 16 Oct 2017 07:45:28
Message-Id: 1508139914.97fb2fed6d3ac7698548b98cb22c1c0b504532b7.monsieurp@gentoo
1 commit: 97fb2fed6d3ac7698548b98cb22c1c0b504532b7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 07:42:32 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 07:45:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fb2fed
7
8 dev-util/xmlindent: improve DESCRIPTION.
9
10 Closes: https://bugs.gentoo.org/634374
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild
17 index 89968bf87ef..1d3128ad689 100644
18 --- a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild
19 +++ b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 inherit toolchain-funcs
23
24 -DESCRIPTION="XML stream reformatter written in ANSI C"
25 +DESCRIPTION="XML stream reformatter for ASCII text, but not UTF-8, written in ANSI C"
26 HOMEPAGE="http://xmlindent.sourceforge.net/"
27 SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz"
28 LICENSE="GPL-2"