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 2A703139694 for ; Wed, 3 May 2017 12:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 668BCE0E10; Wed, 3 May 2017 12:55:30 +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 46001E0E10 for ; Wed, 3 May 2017 12:55:30 +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 596293416A1 for ; Wed, 3 May 2017 12:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1EB3744A for ; Wed, 3 May 2017 12:55:27 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1493816117.91f6ad3c97b7d13269c0f85bf0be32569156d349.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild X-VCS-Directories: sys-apps/usbredir/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 91f6ad3c97b7d13269c0f85bf0be32569156d349 X-VCS-Branch: master Date: Wed, 3 May 2017 12:55:27 +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: d2e2bbee-3eb5-4c4a-823b-0e615bb9099f X-Archives-Hash: e30ac69404717ce5bd9b15c849f7ab70 commit: 91f6ad3c97b7d13269c0f85bf0be32569156d349 Author: Matthias Maier gentoo org> AuthorDate: Wed May 3 12:53:05 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed May 3 12:55:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f6ad3c fixup sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild index 87217034a40..a5e19237bfe 100644 --- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild +++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild @@ -40,5 +40,5 @@ src_install() { prune_libtool_files # noinst_PROGRAMS - dobin usbredirtestclient/.libs/usbredirtestclient + dobin usbredirtestclient/usbredirtestclient }