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.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 70CC115802E for ; Fri, 28 Jun 2024 08:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04CACE2AB8; Fri, 28 Jun 2024 08:55:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CF527E2AB8 for ; Fri, 28 Jun 2024 08:55:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id E0C9433C1EB for ; Fri, 28 Jun 2024 08:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DA931D7D for ; Fri, 28 Jun 2024 08:55:56 +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: <1719564939.f2462e0dd3f2eac7bc2efca11d9534c0994a31fe.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild X-VCS-Directories: media-libs/libprojectm/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f2462e0dd3f2eac7bc2efca11d9534c0994a31fe X-VCS-Branch: master Date: Fri, 28 Jun 2024 08:55:56 +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: bebd61e3-9b81-47fa-9552-3feb34a28370 X-Archives-Hash: d25b14281f47f5219330d416711529a1 commit: f2462e0dd3f2eac7bc2efca11d9534c0994a31fe Author: Miroslav Šulc gentoo org> AuthorDate: Fri Jun 28 08:45:02 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jun 28 08:55:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2462e0d media-libs/libprojectm: added xdm to :0 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild b/media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild index 9ef68eccccef..3a4f384196d3 100644 --- a/media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild +++ b/media-libs/libprojectm/libprojectm-3.1.12-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools xdg DESCRIPTION="A graphical music visualization plugin similar to milkdrop" HOMEPAGE="https://github.com/projectM-visualizer/projectm"