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 10BB015838C for ; Mon, 15 Jan 2024 16:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E6A9E2B91; Mon, 15 Jan 2024 16:31:44 +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 EB8ECE2B91 for ; Mon, 15 Jan 2024 16:31:43 +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 2B70E343296 for ; Mon, 15 Jan 2024 16:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B92F213E9 for ; Mon, 15 Jan 2024 16:31:41 +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: <1705336298.6cedb056fa0134de0e292e5dde5fc3da9f61ac09.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/tumbler/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/tumbler/tumbler-4.18.2.ebuild xfce-base/tumbler/tumbler-4.19.0.ebuild X-VCS-Directories: xfce-base/tumbler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6cedb056fa0134de0e292e5dde5fc3da9f61ac09 X-VCS-Branch: master Date: Mon, 15 Jan 2024 16:31:41 +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: 77d431b3-0c6c-4c04-a22e-696ac476f462 X-Archives-Hash: 34931caa17aebd470701f0e7e4fb442a commit: 6cedb056fa0134de0e292e5dde5fc3da9f61ac09 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 15 16:29:21 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 15 16:31:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cedb056 xfce-base/tumbler: Remove stale eautoreconf deps Signed-off-by: Michał Górny gentoo.org> xfce-base/tumbler/tumbler-4.18.2.ebuild | 3 +-- xfce-base/tumbler/tumbler-4.19.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild b/xfce-base/tumbler/tumbler-4.18.2.ebuild index 49931b515597..d992a8cda60b 100644 --- a/xfce-base/tumbler/tumbler-4.18.2.ebuild +++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,7 +43,6 @@ RDEPEND=" BDEPEND=" dev-util/gdbus-codegen dev-util/glib-utils - dev-util/gtk-doc-am dev-util/intltool sys-devel/gettext virtual/pkgconfig diff --git a/xfce-base/tumbler/tumbler-4.19.0.ebuild b/xfce-base/tumbler/tumbler-4.19.0.ebuild index 14533c164435..38c64f347a48 100644 --- a/xfce-base/tumbler/tumbler-4.19.0.ebuild +++ b/xfce-base/tumbler/tumbler-4.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,7 +43,6 @@ RDEPEND=" BDEPEND=" dev-util/gdbus-codegen dev-util/glib-utils - dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 virtual/pkgconfig "