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 DF99F139694 for ; Wed, 31 May 2017 16:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D06CE0EDC; Wed, 31 May 2017 16:28:39 +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 59831E0EDC for ; Wed, 31 May 2017 16:28:39 +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 27C2033B864 for ; Wed, 31 May 2017 16:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C50CC7463 for ; Wed, 31 May 2017 16:28:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1496248102.4f47c2d94f7fb6190a10d98ffc4bed0410fd76fa.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/corebird/corebird-1.5-r1.ebuild net-im/corebird/corebird-1.5.ebuild X-VCS-Directories: net-im/corebird/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4f47c2d94f7fb6190a10d98ffc4bed0410fd76fa X-VCS-Branch: master Date: Wed, 31 May 2017 16:28:36 +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: b0afa07a-a583-410d-839a-f45a52592f02 X-Archives-Hash: 346b7c451724eb83b1007ead10e586cc commit: 4f47c2d94f7fb6190a10d98ffc4bed0410fd76fa Author: Moritz Schlarb metalabs de> AuthorDate: Mon May 22 21:30:56 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed May 31 16:28:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f47c2d9 net-im/corebird: fix embedded video playback. Gentoo-Bug: https://bugs.gentoo.org/618996 Closes: https://github.com/gentoo/gentoo/pull/4728 net-im/corebird/{corebird-1.5.ebuild => corebird-1.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/corebird/corebird-1.5.ebuild b/net-im/corebird/corebird-1.5-r1.ebuild similarity index 94% rename from net-im/corebird/corebird-1.5.ebuild rename to net-im/corebird/corebird-1.5-r1.ebuild index 31d8d5e2ff3..b2a66dafc76 100644 --- a/net-im/corebird/corebird-1.5.ebuild +++ b/net-im/corebird/corebird-1.5-r1.ebuild @@ -46,9 +46,9 @@ src_prepare() { src_configure() { local myeconfargs=( - $(use_enable gstreamer video) + $(usex gstreamer "" --disable-video) --disable-gst-check - $(use_enable spellcheck) + $(usex spellcheck "" --disable-spellcheck) ) gnome2_src_configure "${myeconfargs[@]}" }