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 A7F2D158064 for ; Fri, 3 May 2024 19:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A8A2BC017; Fri, 3 May 2024 19:17:46 +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 C38AD2BC017 for ; Fri, 3 May 2024 19:17:46 +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 CE67A342FFE for ; Fri, 3 May 2024 19:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8BD93E for ; Fri, 3 May 2024 19:17:44 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1714763746.e27fc7033def4ca4515fa0142bd5f893c762997e.reavertm@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.14.4-r3.ebuild sys-apps/flatpak/flatpak-1.14.5.ebuild sys-apps/flatpak/flatpak-1.14.6.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: e27fc7033def4ca4515fa0142bd5f893c762997e X-VCS-Branch: master Date: Fri, 3 May 2024 19:17:44 +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: 006c29d8-3c50-4ae4-b4ec-4349606f7674 X-Archives-Hash: 5ad993b3378254f4768ee4b7a8ea7a72 commit: e27fc7033def4ca4515fa0142bd5f893c762997e Author: Maciej Mrozowski gentoo org> AuthorDate: Fri May 3 19:15:46 2024 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Fri May 3 19:15:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27fc703 sys-apps/flatpak: add dev-util/glib-utils as build dep Signed-off-by: Maciej Mrozowski gentoo.org> sys-apps/flatpak/flatpak-1.14.4-r3.ebuild | 1 + sys-apps/flatpak/flatpak-1.14.5.ebuild | 1 + sys-apps/flatpak/flatpak-1.14.6.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild index b5359b986a75..56f002420b8c 100644 --- a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild @@ -53,6 +53,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen + dev-util/glib-utils app-alternatives/yacc $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') introspection? ( >=dev-libs/gobject-introspection-1.40 ) diff --git a/sys-apps/flatpak/flatpak-1.14.5.ebuild b/sys-apps/flatpak/flatpak-1.14.5.ebuild index 517a31bce219..d066eadb7eb0 100644 --- a/sys-apps/flatpak/flatpak-1.14.5.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.5.ebuild @@ -53,6 +53,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen + dev-util/glib-utils app-alternatives/yacc $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') introspection? ( >=dev-libs/gobject-introspection-1.40 ) diff --git a/sys-apps/flatpak/flatpak-1.14.6.ebuild b/sys-apps/flatpak/flatpak-1.14.6.ebuild index d8cfe2b1993d..71f8492997bb 100644 --- a/sys-apps/flatpak/flatpak-1.14.6.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.6.ebuild @@ -53,6 +53,7 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 virtual/pkgconfig dev-util/gdbus-codegen + dev-util/glib-utils app-alternatives/yacc $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') introspection? ( >=dev-libs/gobject-introspection-1.40 )