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 89CFB138010 for ; Wed, 5 Sep 2012 15:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF4FA21C029; Wed, 5 Sep 2012 15:48:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AEC7721C029 for ; Wed, 5 Sep 2012 15:48:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 285F633D7C3 for ; Wed, 5 Sep 2012 15:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86D57E5445 for ; Wed, 5 Sep 2012 15:48:56 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1346860102.a01c18ff9a1860deee170998ae61fdcb3d219bdb.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-9999.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: a01c18ff9a1860deee170998ae61fdcb3d219bdb X-VCS-Branch: master Date: Wed, 5 Sep 2012 15:48:56 +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: 06e2ebb2-49e4-4dc4-af8c-222cf9e66af5 X-Archives-Hash: 3fa6d54cfa8856fb2372ff6e83fa5196 commit: a01c18ff9a1860deee170998ae61fdcb3d219bdb Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Sep 3 20:37:33 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Sep 5 15:48:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a01c18ff gtk-vnc: fix keywords --- net-libs/gtk-vnc/gtk-vnc-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-9999.ebuild b/net-libs/gtk-vnc/gtk-vnc-9999.ebuild index 6f8ec16..d3a61b6 100644 --- a/net-libs/gtk-vnc/gtk-vnc-9999.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-9999.ebuild @@ -18,7 +18,7 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi IUSE="examples +gtk3 +introspection python sasl +vala" REQUIRED_USE="vala? ( introspection )"