From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0FD481388C1 for ; Thu, 17 Dec 2015 09:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC2BE0874; Thu, 17 Dec 2015 09:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3076E0874 for ; Thu, 17 Dec 2015 09:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DAB733BE19 for ; Thu, 17 Dec 2015 09:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF0DC7A for ; Thu, 17 Dec 2015 09:06:41 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1450343155.9fabd58740e2884522baece0c9e64bdae6848a80.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineakd/lineakd-0.9.0-r1.ebuild X-VCS-Directories: x11-misc/lineakd/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9fabd58740e2884522baece0c9e64bdae6848a80 X-VCS-Branch: master Date: Thu, 17 Dec 2015 09:06:41 +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: b4f48788-10c0-4b47-a0d8-fe34eec5184b X-Archives-Hash: e4987e4dcaf58bf164f15a1e5f92eab8 commit: 9fabd58740e2884522baece0c9e64bdae6848a80 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Dec 17 09:05:55 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Dec 17 09:05:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fabd587 x11-misc/lineakd: Fix DESCRIPTION. Package-Manager: portage-2.2.26 x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild index b3cb416..3c93559 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild @@ -7,7 +7,7 @@ inherit eutils multilib MY_P=${P/.0/} -DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support" +DESCRIPTION="Linux support for Easy Access and Internet Keyboards" HOMEPAGE="http://lineak.sourceforge.net" SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"