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 7A873139360 for ; Tue, 3 Aug 2021 17:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9847E095D; Tue, 3 Aug 2021 17:01:31 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92F03E095D for ; Tue, 3 Aug 2021 17:01:31 +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 143A234090F for ; Tue, 3 Aug 2021 17:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A575963F for ; Tue, 3 Aug 2021 17:01:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1628010072.7f10f491e0870e54d3b08fb8e149d1b7f96f2282.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild X-VCS-Directories: x11-misc/appmenu-gtk-module/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7f10f491e0870e54d3b08fb8e149d1b7f96f2282 X-VCS-Branch: master Date: Tue, 3 Aug 2021 17:01:28 +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: 53e262de-59b0-4246-9d67-442eeeef15b5 X-Archives-Hash: 3c3bb423775d5b4e7234fbfb986fd9cb commit: 7f10f491e0870e54d3b08fb8e149d1b7f96f2282 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 3 16:59:19 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 3 17:01:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f10f491 x11-misc/appmenu-gtk-module: Add IUSE=wayland to sync w/ x11-libs/gtk+ Closes: https://bugs.gentoo.org/785619 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> ...tk-module-0.7.3-r1.ebuild => appmenu-gtk-module-0.7.3-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild similarity index 91% rename from x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild rename to x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild index 78cead76656..e6fa0c0a95b 100644 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,12 +12,12 @@ SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" +IUSE="wayland" RDEPEND=" dev-libs/glib[dbus] >=x11-libs/gtk+-2.24.0:2 - >=x11-libs/gtk+-3.22.0:3 + >=x11-libs/gtk+-3.22.0:3[wayland=] " DEPEND="${RDEPEND} dev-libs/wayland