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 E348C139694 for ; Mon, 22 May 2017 01:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B17E21C09F; Mon, 22 May 2017 01:21:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 16CC721C09F for ; Mon, 22 May 2017 01:21:21 +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 D1CDC3416C2 for ; Mon, 22 May 2017 01:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45BED7449 for ; Mon, 22 May 2017 01:21:18 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1495415987.fdb576734298646333c9c64f4b9bee55e91ce372.xmw@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: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: fdb576734298646333c9c64f4b9bee55e91ce372 X-VCS-Branch: master Date: Mon, 22 May 2017 01:21:18 +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: 1a25646b-fedd-46ea-a3f3-b6aa89a55e40 X-Archives-Hash: 65c6b1d24a3d237a33435dc497fb02cc commit: fdb576734298646333c9c64f4b9bee55e91ce372 Author: Michael Weber gentoo org> AuthorDate: Mon May 22 01:19:47 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon May 22 01:19:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb57673 sys-apps/usbredir: ppc stable (bug 617346). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" 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 286eed0de54..9af97213214 100644 --- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild +++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://spice-space.org/download/${PN}/${PN}-${MY_PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~ia64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86" IUSE="static-libs" RDEPEND="virtual/libusb:1"