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 225991382C5 for ; Wed, 14 Apr 2021 08:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF81E0BC3; Wed, 14 Apr 2021 08:24:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 472C5E0BC3 for ; Wed, 14 Apr 2021 08:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC7FF335D98 for ; Wed, 14 Apr 2021 08:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729A74D2 for ; Wed, 14 Apr 2021 08:24:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1618388670.eb733a28123a671d54a63883dfc694ae30c0798d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-9999.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eb733a28123a671d54a63883dfc694ae30c0798d X-VCS-Branch: master Date: Wed, 14 Apr 2021 08:24:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdb4bce8-f4b7-423a-bcdc-7fc4ec87d155 X-Archives-Hash: 41645f91ba83cfd362c361b367f1a6fb commit: eb733a28123a671d54a63883dfc694ae30c0798d Author: Lars Wendler gentoo org> AuthorDate: Wed Apr 14 08:21:01 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Apr 14 08:24:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb733a28 media-sound/lmms: Reliably set bash-completion dir via eclass Thanks-to: Samuel Bauer yahoo.fr> Bug: https://bugs.gentoo.org/670722 Signed-off-by: Lars Wendler gentoo.org> media-sound/lmms/lmms-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index a92a923b07b..a09420e7e36 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # The order is important here! Both, cmake and xdg define src_prepare. # We need the one from cmake -inherit xdg cmake +inherit bash-completion-r1 xdg cmake DESCRIPTION="Cross-platform music production software" HOMEPAGE="https://lmms.io" @@ -70,6 +70,7 @@ DOCS=( README.md doc/AUTHORS ) src_configure() { local mycmakeargs+=( + -DBASHCOMP_PKG_PATH="$(get_bashcompdir)" -DUSE_WERROR=FALSE -DWANT_CAPS=FALSE -DWANT_TAP=FALSE