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 ABCE11382C5 for ; Wed, 10 Feb 2021 13:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D869DE0957; Wed, 10 Feb 2021 13:36:11 +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 C10BCE0957 for ; Wed, 10 Feb 2021 13:36:11 +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 A3424340EDB for ; Wed, 10 Feb 2021 13:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC004C7 for ; Wed, 10 Feb 2021 13:36:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1612964161.ab4f0a0d542ea2b306ba93fb8900733598534e32.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wcm/wcm-0.7.0.ebuild gui-apps/wcm/wcm-9999.ebuild X-VCS-Directories: gui-apps/wcm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ab4f0a0d542ea2b306ba93fb8900733598534e32 X-VCS-Branch: master Date: Wed, 10 Feb 2021 13:36:07 +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: 6dae50dc-584e-4729-a4d1-f9508ab7be67 X-Archives-Hash: 3b9513ca376bbc147fbe858177083d85 commit: ab4f0a0d542ea2b306ba93fb8900733598534e32 Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 10 13:35:36 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 10 13:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4f0a0d gui-apps/wcm: inherit xdg for xdg_icon_cache_update() Signed-off-by: Joonas Niilola gentoo.org> gui-apps/wcm/wcm-0.7.0.ebuild | 2 +- gui-apps/wcm/wcm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wcm/wcm-0.7.0.ebuild b/gui-apps/wcm/wcm-0.7.0.ebuild index 317718d415c..9f49e9cfad0 100644 --- a/gui-apps/wcm/wcm-0.7.0.ebuild +++ b/gui-apps/wcm/wcm-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson xdg DESCRIPTION="Wayfire Config Manager" HOMEPAGE="https://github.com/WayfireWM/wcm" diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index 317718d415c..9f49e9cfad0 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson xdg DESCRIPTION="Wayfire Config Manager" HOMEPAGE="https://github.com/WayfireWM/wcm"