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 652FB1384B4 for ; Wed, 18 Nov 2015 05:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2760E0876; Wed, 18 Nov 2015 05:47:51 +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 7C7A3E0876 for ; Wed, 18 Nov 2015 05:47:51 +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 4873334098E for ; Wed, 18 Nov 2015 05:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 301DE1063 for ; Wed, 18 Nov 2015 05:47:48 +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: <1447825633.2cbd266a8e78a8e7f27c5a5566856f2e0142da24.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgusb/libgusb-0.2.7.ebuild X-VCS-Directories: dev-libs/libgusb/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2cbd266a8e78a8e7f27c5a5566856f2e0142da24 X-VCS-Branch: master Date: Wed, 18 Nov 2015 05:47:48 +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: eda09fbd-58b5-47cb-a6b6-1eff7b029832 X-Archives-Hash: 16a5ea5ff2212ec144af29e1916c51cb commit: 2cbd266a8e78a8e7f27c5a5566856f2e0142da24 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Nov 18 05:26:11 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Nov 18 05:47:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbd266a dev-libs/libgusb: Stable for HPPA (bug #565086). Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches dev-libs/libgusb/libgusb-0.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgusb/libgusb-0.2.7.ebuild b/dev-libs/libgusb/libgusb-0.2.7.ebuild index 5dabc76..177055b 100644 --- a/dev-libs/libgusb/libgusb-0.2.7.ebuild +++ b/dev-libs/libgusb/libgusb-0.2.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="+introspection static-libs vala" REQUIRED_USE="vala? ( introspection )"