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 BA0721382C5 for ; Thu, 4 Feb 2021 20:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5C0FE099C; Thu, 4 Feb 2021 20:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B7C2DE099C for ; Thu, 4 Feb 2021 20:22:07 +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 3C71F34283F for ; Thu, 4 Feb 2021 20:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E0874A4 for ; Thu, 4 Feb 2021 20:22:04 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1612469928.57cfc2046bb8c3de52a2a596a22c006a3186ba3b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild media-libs/lsp-plugins/lsp-plugins-9999.ebuild X-VCS-Directories: media-libs/lsp-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 57cfc2046bb8c3de52a2a596a22c006a3186ba3b X-VCS-Branch: master Date: Thu, 4 Feb 2021 20:22:04 +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: 0a77a29e-ffad-49f0-912c-84de12cc2a07 X-Archives-Hash: ed2b0c7f17a08412053c34ec138f98b1 commit: 57cfc2046bb8c3de52a2a596a22c006a3186ba3b Author: Simon van der Veldt gmail com> AuthorDate: Thu Feb 4 18:41:19 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Feb 4 20:18:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cfc204 media-libs/lsp-plugins: Add missing X USE dependency, inherit xdg Signed-off-by: Simon van der Veldt gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19311 Closes: https://bugs.gentoo.org/737536 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild | 6 ++++-- media-libs/lsp-plugins/lsp-plugins-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild index 51871cd000f..e261700b430 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild @@ -1,8 +1,10 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit xdg + DESCRIPTION="Linux Studio Plugins" HOMEPAGE="https://lsp-plug.in" @@ -25,7 +27,7 @@ REQUIRED_USE="|| ( jack ladspa lv2 )" DEPEND=" dev-libs/expat media-libs/libsndfile - media-libs/libglvnd + media-libs/libglvnd[X] doc? ( dev-lang/php:* ) jack? ( virtual/jack diff --git a/media-libs/lsp-plugins/lsp-plugins-9999.ebuild b/media-libs/lsp-plugins/lsp-plugins-9999.ebuild index 51871cd000f..e261700b430 100644 --- a/media-libs/lsp-plugins/lsp-plugins-9999.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-9999.ebuild @@ -1,8 +1,10 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit xdg + DESCRIPTION="Linux Studio Plugins" HOMEPAGE="https://lsp-plug.in" @@ -25,7 +27,7 @@ REQUIRED_USE="|| ( jack ladspa lv2 )" DEPEND=" dev-libs/expat media-libs/libsndfile - media-libs/libglvnd + media-libs/libglvnd[X] doc? ( dev-lang/php:* ) jack? ( virtual/jack