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 E3EF5158041 for ; Sun, 17 Mar 2024 13:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC481E29B8; Sun, 17 Mar 2024 13:06:58 +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 74B9CE29B8 for ; Sun, 17 Mar 2024 13:06: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 B859B33BE12 for ; Sun, 17 Mar 2024 13:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D50771528 for ; Sun, 17 Mar 2024 13:06:54 +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: <1710680809.837c3b3a89b68cbb4fc6b2a5096eb9e09034cc32.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 837c3b3a89b68cbb4fc6b2a5096eb9e09034cc32 X-VCS-Branch: master Date: Sun, 17 Mar 2024 13:06:54 +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: 293d5e56-bcf1-412d-ad1d-0df816b09d2e X-Archives-Hash: 82522476559495460e1f81e61cd8b195 commit: 837c3b3a89b68cbb4fc6b2a5096eb9e09034cc32 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 17 12:59:58 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 17 13:06:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837c3b3a xfce-base/xfdesktop: Explicitly require old libxfce4windowing Signed-off-by: Michał Górny gentoo.org> .../{xfdesktop-4.19.0-r1.ebuild => xfdesktop-4.19.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild similarity index 95% rename from xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild rename to xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild index 514c456fa93d..47ab7ab247cc 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild @@ -27,7 +27,8 @@ DEPEND=" >=xfce-base/garcon-0.6:= >=xfce-base/libxfce4ui-4.13:= >=xfce-base/libxfce4util-4.13:= - >=xfce-base/libxfce4windowing-4.19.1:= + =xfce-base/libxfce4windowing-4.19.1 >=xfce-base/xfconf-4.12.1:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=xfce-base/thunar-4.17.10:= )