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-libs/kpathsea/
Date: Sat, 06 May 2017 22:20:40
Message-Id: 1494109159.f298d483560975be23ebee587f368ddb76e550c9.soap@gentoo
1 commit: f298d483560975be23ebee587f368ddb76e550c9
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:19:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f298d483
7
8 dev-libs/kpathsea: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
17 index 8a53414f6b7..5b99104d2fe 100644
18 --- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
19 +++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
20 @@ -7,7 +7,7 @@ inherit texlive-common eutils libtool prefix
21
22 TEXMFD_VERSION="8"
23
24 -DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching"
25 +DESCRIPTION="Path searching library for TeX-related files"
26 HOMEPAGE="http://tug.org/texlive/"
27 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
28 mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"