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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A532138359 for ; Wed, 9 Sep 2020 02:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 129E0E08FA; Wed, 9 Sep 2020 02:15:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE6EDE08FA for ; Wed, 9 Sep 2020 02:15:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1CFB340EFD for ; Wed, 9 Sep 2020 02:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998B8373 for ; Wed, 9 Sep 2020 02:15:48 +0000 (UTC) From: "Sam James" 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" Message-ID: <1599617701.5ce2bc49147383eeb1ca793f6b3eb34f85a166d4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xapps/xapps-1.4.2.ebuild x11-libs/xapps/xapps-1.8.4.ebuild x11-libs/xapps/xapps-1.8.9.ebuild X-VCS-Directories: x11-libs/xapps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ce2bc49147383eeb1ca793f6b3eb34f85a166d4 X-VCS-Branch: master Date: Wed, 9 Sep 2020 02:15:48 +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: 58b7ccb9-6fbe-45f7-bc7b-540d79677232 X-Archives-Hash: d4308b71ca910f15ca9e8ce02935d663 commit: 5ce2bc49147383eeb1ca793f6b3eb34f85a166d4 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Wed Jul 29 18:50:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 9 02:15:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce2bc49 x11-libs/xapps: Add missing glib-utils dependency Closes: https://bugs.gentoo.org/669678 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Sam James gentoo.org> x11-libs/xapps/xapps-1.4.2.ebuild | 3 ++- x11-libs/xapps/xapps-1.8.4.ebuild | 1 + x11-libs/xapps/xapps-1.8.9.ebuild | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild b/x11-libs/xapps/xapps-1.4.2.ebuild index 91cf0720f3f..762e94721fd 100644 --- a/x11-libs/xapps/xapps-1.4.2.ebuild +++ b/x11-libs/xapps/xapps-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ RDEPEND=" x11-libs/libxkbfile " DEPEND="${RDEPEND} + dev-util/glib-utils sys-devel/gettext dev-util/gtk-doc dev-util/gtk-doc-am diff --git a/x11-libs/xapps/xapps-1.8.4.ebuild b/x11-libs/xapps/xapps-1.8.4.ebuild index 6e106233d42..2768e92fb44 100644 --- a/x11-libs/xapps/xapps-1.8.4.ebuild +++ b/x11-libs/xapps/xapps-1.8.4.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} BDEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-util/glib-utils dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext diff --git a/x11-libs/xapps/xapps-1.8.9.ebuild b/x11-libs/xapps/xapps-1.8.9.ebuild index 978f4e8c17e..dd52321b47f 100644 --- a/x11-libs/xapps/xapps-1.8.9.ebuild +++ b/x11-libs/xapps/xapps-1.8.9.ebuild @@ -38,6 +38,7 @@ DEPEND="${RDEPEND} BDEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-util/glib-utils dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext