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 54D4A13888F for ; Sun, 25 Oct 2015 23:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E6FE0817; Sun, 25 Oct 2015 23:01:19 +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 C5743E080D for ; Sun, 25 Oct 2015 23:01:18 +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 7664A340A0E for ; Sun, 25 Oct 2015 23:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7A321930 for ; Sun, 25 Oct 2015 23:01:11 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1445812828.6033e1e9e2be2bca8a515f6a3e4facdac2562649.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gstreamer/gstreamer-1.6.0.ebuild X-VCS-Directories: media-libs/gstreamer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6033e1e9e2be2bca8a515f6a3e4facdac2562649 X-VCS-Branch: master Date: Sun, 25 Oct 2015 23:01:11 +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: 165a2e44-57c4-4e81-a725-2c075f2d7c5c X-Archives-Hash: fd657a596189dead542293660d85f62c commit: 6033e1e9e2be2bca8a515f6a3e4facdac2562649 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 25 22:29:06 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 25 22:40:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6033e1e9 media-libs/gstreamer: add missing bash-completion support Package-Manager: portage-2.2.23 media-libs/gstreamer/gstreamer-1.6.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/gstreamer/gstreamer-1.6.0.ebuild b/media-libs/gstreamer/gstreamer-1.6.0.ebuild index ecba53c..3b7dce9 100644 --- a/media-libs/gstreamer/gstreamer-1.6.0.ebuild +++ b/media-libs/gstreamer/gstreamer-1.6.0.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils multilib multilib-minimal pax-utils +inherit bash-completion-r1 eutils multilib multilib-minimal pax-utils DESCRIPTION="Open source multimedia framework" HOMEPAGE="http://gstreamer.freedesktop.org/" @@ -61,6 +61,7 @@ multilib_src_configure() { $(multilib_native_use_enable introspection) $(use_enable nls) $(use_enable test tests) + --with-bash-completion-dir="$(get_bashcompdir)" --with-package-name="GStreamer ebuild for Gentoo" --with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer" )