From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1588548-garchives=archives.gentoo.org@lists.gentoo.org> 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 EE723158451 for <garchives@archives.gentoo.org>; Mon, 8 Jan 2024 12:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44440E2AC5; Mon, 8 Jan 2024 12:28:41 +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 24A01E2AC5 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jan 2024 12:28:41 +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 369D134330C for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jan 2024 12:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9670F14B1 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jan 2024 12:28:38 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1704716713.d923d0b9ce5d54e4d0f6659e5f472f0444f2da91.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flatpak/flatpak-1.12.8.ebuild sys-apps/flatpak/flatpak-1.14.4-r3.ebuild sys-apps/flatpak/flatpak-1.14.5.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d923d0b9ce5d54e4d0f6659e5f472f0444f2da91 X-VCS-Branch: master Date: Mon, 8 Jan 2024 12:28:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5278de11-4f94-462b-8833-019b3adc77dd X-Archives-Hash: 7f9ea13a921ea05c9d5eb417942cce43 commit: d923d0b9ce5d54e4d0f6659e5f472f0444f2da91 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 8 12:09:18 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 12:25:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d923d0b9 sys-apps/flatpak: sys-devel/bison -> app-alternatives/yacc All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/flatpak/flatpak-1.12.8.ebuild | 4 ++-- sys-apps/flatpak/flatpak-1.14.4-r3.ebuild | 4 ++-- sys-apps/flatpak/flatpak-1.14.5.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/flatpak/flatpak-1.12.8.ebuild b/sys-apps/flatpak/flatpak-1.12.8.ebuild index 0d93a36c8d65..8d690737f967 100644 --- a/sys-apps/flatpak/flatpak-1.12.8.ebuild +++ b/sys-apps/flatpak/flatpak-1.12.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,7 +56,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen - sys-devel/bison + app-alternatives/yacc introspection? ( >=dev-libs/gobject-introspection-1.40 ) doc? ( >=dev-util/gtk-doc-1.20 diff --git a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild index d18fc746ae60..cc266504983d 100644 --- a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen - sys-devel/bison + app-alternatives/yacc $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') introspection? ( >=dev-libs/gobject-introspection-1.40 ) doc? ( diff --git a/sys-apps/flatpak/flatpak-1.14.5.ebuild b/sys-apps/flatpak/flatpak-1.14.5.ebuild index 528b56bf57ed..7cf4ba08b4c4 100644 --- a/sys-apps/flatpak/flatpak-1.14.5.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen - sys-devel/bison + app-alternatives/yacc $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') introspection? ( >=dev-libs/gobject-introspection-1.40 ) doc? (