From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A682E139694 for ; Sat, 6 May 2017 22:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B874E0E01; Sat, 6 May 2017 22:20:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A395E0E01 for ; Sat, 6 May 2017 22:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 266773416D8 for ; Sat, 6 May 2017 22:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D0B17459 for ; Sat, 6 May 2017 22:20:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1494109159.f298d483560975be23ebee587f368ddb76e550c9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild X-VCS-Directories: dev-libs/kpathsea/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f298d483560975be23ebee587f368ddb76e550c9 X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7eec429b-afc5-4b95-bed3-b62d1f902948 X-Archives-Hash: 6a394f8855a80c9aca15eaea73c15b01 commit: f298d483560975be23ebee587f368ddb76e550c9 Author: Harri Nieminen gmail com> AuthorDate: Sat May 6 17:14:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:19:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f298d483 dev-libs/kpathsea: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild index 8a53414f6b7..5b99104d2fe 100644 --- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild @@ -7,7 +7,7 @@ inherit texlive-common eutils libtool prefix TEXMFD_VERSION="8" -DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching" +DESCRIPTION="Path searching library for TeX-related files" HOMEPAGE="http://tug.org/texlive/" SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"