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 9216F158086 for ; Sat, 9 Oct 2021 16:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7658FE07DB; Sat, 9 Oct 2021 16:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61D6DE07EE for ; Sat, 9 Oct 2021 16:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46E353431BE for ; Sat, 9 Oct 2021 16:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F71144 for ; Sat, 9 Oct 2021 16:42:26 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1633797647.4ac26ee05844058f284cf1f108ea3424e46d1e80.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-applets/gnome-applets-3.40.0-r1.ebuild gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild X-VCS-Directories: gnome-base/gnome-applets/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4ac26ee05844058f284cf1f108ea3424e46d1e80 X-VCS-Branch: master Date: Sat, 9 Oct 2021 16:42:26 +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: 841f5cee-6a5e-4661-a81f-53ab4188f324 X-Archives-Hash: 6f35a0b236d697afa77fc7fa94b6e39a commit: 4ac26ee05844058f284cf1f108ea3424e46d1e80 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 9 14:40:38 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 9 16:40:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac26ee0 gnome-base/gnome-applets: fix various dependencies * upower became required instead of optional, but the dep had been dropped instead previously. * libgweather-40 presence is checked, require it to ensure features get used. * jw binary isn't used anymore, drop app-text/docbook-sgml-utils dep. * Adjust gettext minimum requirement version to match configure.ac. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> ...ome-applets-3.40.0-r1.ebuild => gnome-applets-3.40.0-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-applets/gnome-applets-3.40.0-r1.ebuild b/gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild similarity index 90% rename from gnome-base/gnome-applets/gnome-applets-3.40.0-r1.ebuild rename to gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild index 4320fd2e92f..0f434b492bc 100644 --- a/gnome-base/gnome-applets/gnome-applets-3.40.0-r1.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild @@ -22,9 +22,10 @@ RDEPEND=" >=gnome-base/libgtop-2.11.92:= >=x11-libs/libwnck-3.14.1:3 >=x11-libs/libnotify-0.7 + >=sys-power/upower-0.99.8:= >=x11-themes/adwaita-icon-theme-3.14.0 >=dev-libs/libxml2-2.5.0:2 - >=dev-libs/libgweather-3.28.0:2= + >=dev-libs/libgweather-40.0:2= >=gnome-extra/gucharmap-2.33.0:2.90 >=sys-auth/polkit-0.97 x11-libs/libX11 @@ -33,15 +34,13 @@ RDEPEND=" DEPEND="${RDEPEND} x11-base/xorg-proto " -# app-text/docbook-sgml-utils for jw binary BDEPEND=" - app-text/docbook-sgml-utils app-text/docbook-xml-dtd:4.1.2 dev-libs/libxslt dev-util/gdbus-codegen dev-util/glib-utils dev-util/itstool - sys-devel/gettext + >=sys-devel/gettext-0.19.6 virtual/pkgconfig " # yelp-tools and autoconf-archive for eautoreconf