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 199091581D3 for ; Sun, 26 May 2024 17:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 094E7E29EC; Sun, 26 May 2024 17:12:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6956E29EB for ; Sun, 26 May 2024 17:12:49 +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 CCA113406A2 for ; Sun, 26 May 2024 17:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A281899 for ; Sun, 26 May 2024 17:12:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1716743552.e93a0e1ff1c362945aa8463ff8bb349aa045c2c7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/mako/mako-9999.ebuild X-VCS-Directories: gui-apps/mako/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e93a0e1ff1c362945aa8463ff8bb349aa045c2c7 X-VCS-Branch: master Date: Sun, 26 May 2024 17:12:47 +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: e5de92bf-b292-41ce-8210-165d81bba612 X-Archives-Hash: f778e06e4258690f43a367fa5c992ab1 commit: e93a0e1ff1c362945aa8463ff8bb349aa045c2c7 Author: Arthur Zamarin gentoo org> AuthorDate: Sun May 26 17:08:16 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun May 26 17:12:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93a0e1f gui-apps/mako: sync live ebuild Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/mako/mako-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild index 13a9eb711c00..29e50118f3ba 100644 --- a/gui-apps/mako/mako-9999.ebuild +++ b/gui-apps/mako/mako-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="MIT" @@ -31,13 +31,12 @@ RDEPEND=" ) sys-apps/dbus icons? ( - x11-libs/gtk+:3 x11-libs/gdk-pixbuf ) " DEPEND=" ${RDEPEND} - >=dev-libs/wayland-protocols-1.21 + >=dev-libs/wayland-protocols-1.32 " BDEPEND=" app-text/scdoc