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 277A3138330 for ; Wed, 30 May 2018 11:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226E4E086D; Wed, 30 May 2018 11:31:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E50CEE086D for ; Wed, 30 May 2018 11:31:57 +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 2D4B8335CA0 for ; Wed, 30 May 2018 11:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AB862B7 for ; Wed, 30 May 2018 11:31:54 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1527679603.9676bdb6717723c1f8ff2cc42cec6f8dc4c5fe8d.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libjaylink/libjaylink-0.1.0.ebuild X-VCS-Directories: dev-embedded/libjaylink/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9676bdb6717723c1f8ff2cc42cec6f8dc4c5fe8d X-VCS-Branch: master Date: Wed, 30 May 2018 11:31:54 +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: 0b3e70c0-a16b-4187-9a78-7351a37df1a6 X-Archives-Hash: b5bf7803c75145e695fa337618e5726e commit: 9676bdb6717723c1f8ff2cc42cec6f8dc4c5fe8d Author: Jason Zaman gentoo org> AuthorDate: Wed May 30 11:26:43 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed May 30 11:26:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9676bdb6 dev-embedded/libjaylink: amd64 stable Gentoo-bug: 633398 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index e80406ec016..0c4c432dba6 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm x86" +KEYWORDS="amd64 ~arm x86" IUSE="static-libs" DEPEND="virtual/libusb:1"