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 E96F215815E for ; Sat, 10 Feb 2024 01:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61090E2A26; Sat, 10 Feb 2024 01:25:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B016E2A26 for ; Sat, 10 Feb 2024 01:25:18 +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 68E9D343064 for ; Sat, 10 Feb 2024 01:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D22B14D0 for ; Sat, 10 Feb 2024 01:25:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707528287.d6e8b764740dc3106b9a89b9b18ecd1145f9c7ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/phpdocs/phpdocs-0.26-r2.ebuild X-VCS-Directories: app-vim/phpdocs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d6e8b764740dc3106b9a89b9b18ecd1145f9c7ad X-VCS-Branch: master Date: Sat, 10 Feb 2024 01:25:14 +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: 10c9e7af-bd50-4de7-b82d-1e6b44a526e7 X-Archives-Hash: cd30e1286274b5ffb713ee00ab528bc8 commit: d6e8b764740dc3106b9a89b9b18ecd1145f9c7ad Author: Sam James gentoo org> AuthorDate: Sat Feb 10 01:24:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 10 01:24:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e8b764 app-vim/phpdocs: Stabilize 0.26-r2 ALLARCHES, #924182 Signed-off-by: Sam James gentoo.org> app-vim/phpdocs/phpdocs-0.26-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild index fbb4872edfc7..fc576e2a6c6c 100644 --- a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild +++ b/app-vim/phpdocs/phpdocs-0.26-r2.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 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PHPDoc Support in VIM" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520" LICENSE="vim" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"