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 AFD2415838C for ; Mon, 15 Jan 2024 16:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBE3AE2B92; Mon, 15 Jan 2024 16:31:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D58BCE2B91 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 0217134328C 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 8F717BE7 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: <1705336296.1752f24d97fb977f1251aff2865eb0e683388e62.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/garcon/garcon-4.18.1.ebuild xfce-base/garcon/garcon-4.19.0.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1752f24d97fb977f1251aff2865eb0e683388e62 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: 837750bb-c6d5-4b17-850f-f06f60fa07c1 X-Archives-Hash: 9c4205f19c78b731248eb3740816de0c commit: 1752f24d97fb977f1251aff2865eb0e683388e62 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 15 16:29:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 15 16:31:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1752f24d xfce-base/garcon: Remove stale eautoreconf deps Signed-off-by: Michał Górny gentoo.org> xfce-base/garcon/garcon-4.18.1.ebuild | 3 +-- xfce-base/garcon/garcon-4.19.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild b/xfce-base/garcon/garcon-4.18.1.ebuild index 5ffb5cc93b93..c19466247882 100644 --- a/xfce-base/garcon/garcon-4.18.1.ebuild +++ b/xfce-base/garcon/garcon-4.18.1.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 @@ -29,7 +29,6 @@ RDEPEND=" " BDEPEND=" dev-util/glib-utils - dev-util/gtk-doc-am dev-util/intltool sys-devel/gettext virtual/pkgconfig diff --git a/xfce-base/garcon/garcon-4.19.0.ebuild b/xfce-base/garcon/garcon-4.19.0.ebuild index b602e8da7306..aa205c9731cb 100644 --- a/xfce-base/garcon/garcon-4.19.0.ebuild +++ b/xfce-base/garcon/garcon-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 @@ -29,7 +29,6 @@ RDEPEND=" " BDEPEND=" dev-util/glib-utils - dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 virtual/pkgconfig introspection? ( >=dev-libs/gobject-introspection-1.66 )