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 C95E4139694 for ; Wed, 12 Apr 2017 13:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E9EFE0C38; Wed, 12 Apr 2017 13:51:23 +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 2A499E0C38 for ; Wed, 12 Apr 2017 13:51:23 +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 1C2B1340DF9 for ; Wed, 12 Apr 2017 13:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 807A473EF for ; Wed, 12 Apr 2017 13:51:20 +0000 (UTC) From: "Michael Haubenwallner" 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 Haubenwallner" Message-ID: <1492005048.ebf5cf8c862b0888791cb070f7e451f8e6e061cd.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libIDL/libIDL-0.8.14-r2.ebuild X-VCS-Directories: dev-libs/libIDL/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: ebf5cf8c862b0888791cb070f7e451f8e6e061cd X-VCS-Branch: master Date: Wed, 12 Apr 2017 13:51:20 +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: 221401c0-d416-403c-8dc2-3650c68b594c X-Archives-Hash: 13bffb94210ca1652b5a4c27c6d32c16 commit: ebf5cf8c862b0888791cb070f7e451f8e6e061cd Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Apr 12 13:50:10 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Apr 12 13:50:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf5cf8c dev-libs/libIDL: add prefix keywords Package-Manager: portage-2.3.3 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild index 41b865a5935..e6b326aede9 100644 --- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild +++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"