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 AB4F01396D9 for ; Fri, 1 Dec 2017 22:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E1FE0C48; Fri, 1 Dec 2017 22:19:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 613C3E0C48 for ; Fri, 1 Dec 2017 22:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 042A833BEBE for ; Fri, 1 Dec 2017 22:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98AA2AE43 for ; Fri, 1 Dec 2017 22:19:28 +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: <1512166634.33d470f0d8cbfe79d76e98fac9096aac049fbfc3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/thinkfinger/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild X-VCS-Directories: sys-auth/thinkfinger/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 33d470f0d8cbfe79d76e98fac9096aac049fbfc3 X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:28 +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: 8b4259ee-06b8-4b8f-8831-0f9d59a2952b X-Archives-Hash: daa6c3647ddb58312c3261edb3381bb4 commit: 33d470f0d8cbfe79d76e98fac9096aac049fbfc3 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:16:49 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:17:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d470f0 sys-auth/thinkfinger: [QA] Fix DESCRIPTION.toolong sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild index ce297a26fdb..69a097a8de8 100644 --- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild +++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild @@ -5,7 +5,7 @@ EAPI="4" inherit autotools-utils user linux-info pam -DESCRIPTION="Support for the UPEK/SGS Thomson Microelectronics fingerprint reader, often seen in Thinkpads" +DESCRIPTION="Support for the UPEK/SGS Thomson fingerprint reader, common in Thinkpads" HOMEPAGE="http://thinkfinger.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"