From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1350562-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DA9B158086 for <garchives@archives.gentoo.org>; Fri, 17 Dec 2021 13:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18AFEE0870; Fri, 17 Dec 2021 13:28:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA2F7E0871 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 13:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D93C7343A0B for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 13:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37ECE239 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 13:28:30 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1639747690.bfeee06824ee0373f6f62385d0132d511b38a5a5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/kvantum/kvantum-0.20.2.ebuild X-VCS-Directories: x11-themes/kvantum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfeee06824ee0373f6f62385d0132d511b38a5a5 X-VCS-Branch: master Date: Fri, 17 Dec 2021 13:28:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dac15496-4441-4b10-ae69-a4259c8725f3 X-Archives-Hash: 02d2d03c7cade9a177608ef6fa1dc82f commit: bfeee06824ee0373f6f62385d0132d511b38a5a5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Dec 17 13:27:20 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 17 13:28:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfeee068 x11-themes/kvantum: Add missing xdg.eclass Closes: https://bugs.gentoo.org/829463 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-themes/kvantum/kvantum-0.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/kvantum/kvantum-0.20.2.ebuild b/x11-themes/kvantum/kvantum-0.20.2.ebuild index 959d8a031539..430410c3445b 100644 --- a/x11-themes/kvantum/kvantum-0.20.2.ebuild +++ b/x11-themes/kvantum/kvantum-0.20.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake xdg DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt" HOMEPAGE="https://github.com/tsujan/Kvantum"