From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1655230-garchives=archives.gentoo.org@lists.gentoo.org> 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 2E386158170 for <garchives@archives.gentoo.org>; Sun, 21 Jul 2024 19:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C847E29FD; Sun, 21 Jul 2024 19:48:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FA39E29FD for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2024 19:48:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BBD5343095 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2024 19:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31D431E61 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2024 19:48:42 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> 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" <arthurzam@gentoo.org> Message-ID: <1721591312.8d2d78327d0a9f8d88c9c86d2a86d44ac02944cf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/yasnippet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild X-VCS-Directories: app-emacs/yasnippet/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8d2d78327d0a9f8d88c9c86d2a86d44ac02944cf X-VCS-Branch: master Date: Sun, 21 Jul 2024 19:48:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 673118b7-c4a5-488f-930b-bc63c73789bc X-Archives-Hash: 713fdddd2bd406f13ef857b87f601cb1 commit: 8d2d78327d0a9f8d88c9c86d2a86d44ac02944cf Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 21 19:48:32 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 19:48:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2d7832 app-emacs/yasnippet: Stabilize 0.14.1_p20240406 ALLARCHES, #936449 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild b/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild index 1b9e803b5903..ab2e2918e115 100644 --- a/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild +++ b/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.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 @@ -20,7 +20,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-3+"