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 2A191158064 for ; Mon, 13 May 2024 19:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65498E2A6A; Mon, 13 May 2024 19:10:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46765E2A6A for ; Mon, 13 May 2024 19:10:25 +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 761B8335DC2 for ; Mon, 13 May 2024 19:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A2F1A28 for ; Mon, 13 May 2024 19:10:22 +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: <1715627417.25b6b3a71a8df7d0f3f2dc08a0e177724efcccfa.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pedro/pedro-1.14.ebuild X-VCS-Directories: net-misc/pedro/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 25b6b3a71a8df7d0f3f2dc08a0e177724efcccfa X-VCS-Branch: master Date: Mon, 13 May 2024 19:10:22 +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: 44d30180-0862-4617-bc08-07b32893a52b X-Archives-Hash: 2ae56eaf0588f6f638b734efdac1ed58 commit: 25b6b3a71a8df7d0f3f2dc08a0e177724efcccfa Author: Arthur Zamarin gentoo org> AuthorDate: Mon May 13 19:10:17 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 13 19:10:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b6b3a7 net-misc/pedro: Stabilize 1.14 x86, #931883 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/pedro/pedro-1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/pedro/pedro-1.14.ebuild b/net-misc/pedro/pedro-1.14.ebuild index 7e375d5b18e4..8bafc60e2f56 100644 --- a/net-misc/pedro/pedro-1.14.ebuild +++ b/net-misc/pedro/pedro-1.14.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="doc examples" RDEPEND="dev-libs/glib:2"