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 23AC315808B for ; Mon, 19 Feb 2024 11:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56363E299F; Mon, 19 Feb 2024 11:02:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AE9BE299F for ; Mon, 19 Feb 2024 11:02:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28564335D6D for ; Mon, 19 Feb 2024 11:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5515714AA for ; Mon, 19 Feb 2024 11:02:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1708340546.341a7dde59ecd3d8ed1caed3cc49ac73b10cabcf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/exo/exo-4.19.0.ebuild X-VCS-Directories: xfce-base/exo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 341a7dde59ecd3d8ed1caed3cc49ac73b10cabcf X-VCS-Branch: master Date: Mon, 19 Feb 2024 11:02:31 +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: f424b976-c77f-423b-a8a2-521ebf5f0b65 X-Archives-Hash: 7acc71702480ddc46f04f9677a400000 commit: 341a7dde59ecd3d8ed1caed3cc49ac73b10cabcf Author: Michał Górny gentoo org> AuthorDate: Mon Feb 19 10:57:34 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 19 11:02:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341a7dde xfce-base/exo: Remove stray include to fix USE=-X build Closes: https://bugs.gentoo.org/924222 Signed-off-by: Michał Górny gentoo.org> xfce-base/exo/exo-4.19.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xfce-base/exo/exo-4.19.0.ebuild b/xfce-base/exo/exo-4.19.0.ebuild index 9c4e255479b9..e0250d7c3741 100644 --- a/xfce-base/exo/exo-4.19.0.ebuild +++ b/xfce-base/exo/exo-4.19.0.ebuild @@ -30,6 +30,13 @@ BDEPEND=" virtual/pkgconfig " +src_prepare() { + # stray include, breaks USE=-X + # https://gitlab.xfce.org/xfce/exo/-/issues/111 + sed -i -e '/gdkx\.h/d' exo-open/main.c || die + default +} + src_install() { default find "${D}" -name '*.la' -delete || die