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 92E661582E8 for ; Thu, 16 May 2024 16:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D792E2A2D; Thu, 16 May 2024 16:27:24 +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 E83A0E2A2D for ; Thu, 16 May 2024 16:27:23 +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 9871634300B for ; Thu, 16 May 2024 16:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCA861AD6 for ; Thu, 16 May 2024 16:27:19 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715827924.d7e9a571b4b176a3b3e8ada0e93f23276f032364.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/pleroma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/pleroma/pleroma-2.6.2.ebuild www-apps/pleroma/pleroma-9999.ebuild X-VCS-Directories: www-apps/pleroma/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d7e9a571b4b176a3b3e8ada0e93f23276f032364 X-VCS-Branch: master Date: Thu, 16 May 2024 16:27:19 +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: d1f682f7-d64a-438f-8114-9425f66e7906 X-Archives-Hash: 30323964b4955334695a50adba264dec commit: d7e9a571b4b176a3b3e8ada0e93f23276f032364 Author: Quincy Fleming protonmail com> AuthorDate: Thu May 16 02:52:04 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu May 16 02:52:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7e9a571 www-apps/pleroma: removed empty KEYWORD Signed-off-by: Quincy Fleming protonmail.com> www-apps/pleroma/pleroma-2.6.2.ebuild | 1 - www-apps/pleroma/pleroma-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/www-apps/pleroma/pleroma-2.6.2.ebuild b/www-apps/pleroma/pleroma-2.6.2.ebuild index 7d2548fc7f..02d502a4d0 100644 --- a/www-apps/pleroma/pleroma-2.6.2.ebuild +++ b/www-apps/pleroma/pleroma-2.6.2.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://pleroma.social/" if [[ "${PV}" == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma" - KEYWORDS="" else SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" diff --git a/www-apps/pleroma/pleroma-9999.ebuild b/www-apps/pleroma/pleroma-9999.ebuild index cf413c1948..4b702c49bd 100644 --- a/www-apps/pleroma/pleroma-9999.ebuild +++ b/www-apps/pleroma/pleroma-9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://pleroma.social/" if [[ "${PV}" == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma" - KEYWORDS="" else SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz" S="${WORKDIR}/${PN}-v${PV}"