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 6E443138339 for ; Mon, 7 Jan 2013 13:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A9C21C0D2; Mon, 7 Jan 2013 13:45:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD0FF21C0D2 for ; Mon, 7 Jan 2013 13:45:27 +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 E320D33DA77 for ; Mon, 7 Jan 2013 13:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CFCA4E5439 for ; Mon, 7 Jan 2013 13:45:24 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1357566294.b6d045a7e745868437452d898c367ce272000481.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/vinagre/vinagre-9999.ebuild X-VCS-Directories: net-misc/vinagre/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: b6d045a7e745868437452d898c367ce272000481 X-VCS-Branch: master Date: Mon, 7 Jan 2013 13:45:24 +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: 8092389a-83df-4ec1-bd7f-a7068facc66f X-Archives-Hash: 72405e1d8acf694558074d028aee4d3c commit: b6d045a7e745868437452d898c367ce272000481 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Jan 7 13:44:54 2013 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Mon Jan 7 13:44:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b6d045a7 net-misc/vinagre: sync with gx86 --- net-misc/vinagre/vinagre-9999.ebuild | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net-misc/vinagre/vinagre-9999.ebuild b/net-misc/vinagre/vinagre-9999.ebuild index 82e5d94..a4fbaa3 100644 --- a/net-misc/vinagre/vinagre-9999.ebuild +++ b/net-misc/vinagre/vinagre-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi -DESCRIPTION="VNC Client for the GNOME Desktop" +DESCRIPTION="VNC client for the GNOME desktop" HOMEPAGE="http://live.gnome.org/Vinagre" LICENSE="GPL-3+" @@ -19,7 +19,7 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi IUSE="avahi rdp +ssh spice +telepathy" @@ -59,14 +59,14 @@ fi src_configure() { DOCS="AUTHORS ChangeLog ChangeLog.pre-git NEWS README" - G2CONF="${G2CONF} - VALAC=$(type -P valac-0.18) - $(use_with avahi) - $(use_enable rdp) - $(use_enable ssh) - $(use_enable spice) - $(use_with telepathy)" - gnome2_src_configure + [[ ${PV} = 9999 ]] || G2CONF="${G2CONF} ITSTOOL=$(type -P true)" + gnome2_src_configure \ + VALAC=$(type -P valac-0.18) \ + $(use_with avahi) \ + $(use_enable rdp) \ + $(use_enable ssh) \ + $(use_enable spice) \ + $(use_with telepathy) } src_install() {